出货报工

This commit is contained in:
qianhao.xu
2025-02-18 13:11:15 +08:00
parent c9447db7d0
commit 9b3a6f9038
3 changed files with 24 additions and 1 deletions

View File

@@ -41,6 +41,13 @@ namespace DOAN.Model.MES.product
[SugarColumn(ColumnName = "plan_num")]
public int? PlanNum { get; set; }
/// <summary>
/// 出货数量
/// </summary>
[SugarColumn(ColumnName = "shipment_num")]
public int? ShipmentNum { get; set; }
/// <summary>
/// 序号
/// </summary>