生产领料完成

This commit is contained in:
qianhao.xu
2023-11-24 17:16:49 +08:00
parent 639a8988f5
commit ce2e23ca02
12 changed files with 343 additions and 19 deletions

View File

@@ -73,6 +73,15 @@ namespace ZR.Model.mes.pro
///</summary>
[SugarColumn(ColumnName = "production_time")]
public decimal? ProductionTime { get; set; }
/// <summary>
/// 零件号
///</summary>
[SugarColumn(ColumnName = "partnumber")]
public string Partnumber { get; set; }
/// <summary>
/// 产品名称
///</summary>