入库申请同步,提报增加字段

This commit is contained in:
2023-07-14 15:05:30 +08:00
parent 280f1184f3
commit 4fbcbfb056
6 changed files with 53 additions and 5 deletions

View File

@@ -98,6 +98,11 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// Nullable:True
/// </summary>
public int icmo_qty { get; set; }
/// <summary>
/// 工位
/// </summary>
public string? station { get; set; }
}
}