订单号

This commit is contained in:
qianhao.xu
2024-12-10 15:04:45 +08:00
parent ccbf33c140
commit c6936453ba
3 changed files with 12 additions and 92 deletions

View File

@@ -126,6 +126,13 @@ namespace DOAN.Model.MES.product
[SugarColumn(ColumnName = "group_code")]
public string GroupCode { get; set; }
/// <summary>
/// 订单号
/// </summary>
[SugarColumn(ColumnName = "ordernumber")]
public string OrderNumber { get; set; }
/// <summary>
/// 备注
/// </summary>