StandardInterface/MES.Service/Dto/webApi/ERPZZCXD.cs
@@ -25,7 +25,7 @@ public class ERPZZCXMain { public string? erpid { get; set; } // ERP 主表id(主表的 ERPID) public string? bill_no { get; set; } // 单据编码 public string bill_no { get; set; } // 单据编码 public string? type { get; set; } // public string? dj_lx { get; set; } // 单据类型 public string? kc_zz { get; set; } // 库存组织 @@ -91,5 +91,6 @@ public string? depot_id { get; set; } // 仓库 public string? lot_no { get; set; } // 批号 public string? memo { get; set; } // 备注 public string? yd_id { get; set; } // 备注 } }