StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
StandardPda/MES.Service/service/BasicData/MesRohInManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -34,6 +34,7 @@ public string? FCancelStatus { get; set; } public string? ZzpoNo { get; set; } public string? Ywlx { get; set; } // public string? FCancellerId { get; set; } // public string? FCancelDate { get; set; } } StandardPda/MES.Service/service/BasicData/MesRohInManager.cs
@@ -143,6 +143,7 @@ mesRohIn.PrivateDescSeg1 = rohIn.PrivateDescSeg1; mesRohIn.Version = rohIn.FVersion; mesRohIn.ZzpoNo = rohIn.ZzpoNo; mesRohIn.Remark1 = rohIn.Ywlx; //作废的相关字段 mesRohIn.CancellationStatus = rohIn.FCancelStatus;