MES.Service/Dto/webApi/ErpQTCKDto.cs
@@ -3,7 +3,7 @@ public class ErpQTCKDto { public string? Type { get; set; } public string? ERPID { get; set; } public decimal? ERPID { get; set; } public string? FBillNo { get; set; } // 单据编号 public string? FBillTypeID { get; set; } // 单据类型 public string? FDate { get; set; } // 申请日期 @@ -22,6 +22,7 @@ public string? FCloserId { get; set; } // 关闭人 public string? FCloseDate { get; set; } // 关闭日期 public string? FApplyType { get; set; } // 申请类型 public string? F_UNW_CKLX { get; set; } // 申请类型 }