订单号

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

@@ -79,6 +79,11 @@ namespace DOAN.Model.MES.product.Dto
public string GroupCode { get; set; }
/// <summary>
/// 订单号
/// </summary>
public string OrderNumber { get; set; }
public string Remark01 { get; set; }
public string Remark02 { get; set; }