11
啊鑫
2025-08-27 9e28913626d14082f2b6a9589c4585935c297667
11
已修改2个文件
2 ■■■■■ 文件已修改
StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardPda/MES.Service/service/BasicData/MesRohInManager.cs 1 ●●●● 补丁 | 查看 | 原始文档 | 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;