wbc
4 天以前 ef5bf910f7c42000fee6eeca78d1c0281165d113
MES.Service/Dto/webApi/ErpORDER.cs
@@ -3,20 +3,24 @@
    public class ErpORDER
    {
        public string ? FBillNo { get; set; }
        //public string ? FBillName { get; set; }
        public string? Type { get; set; }
        public string ? FBillTypeID { get; set; }
        public string ? F_UNW_Date_KHXQ { get; set; }
        public string ? FVersionNo { get; set; }
        //public string ? F_UNW_Date_KHXQ { get; set; }
        //public string ? FVersionNo { get; set; }
        public string ? FDate { get; set; }
        public string ? FCustId { get; set; }
        public string ? F_UNW_Text_KHDD { get; set; }
        public string ? FSaleDeptId { get; set; }
        public string? FOrderDate { get; set; }
        public string? FDeliveryDate { get; set; }
        //public string ? F_UNW_Text_KHDD { get; set; }
        //public string ? FSaleDeptId { get; set; }
        public string ? FNote { get; set; }
        public string ? F_UNW_LargeText_TBKHBZ { get; set; }
        public string ? FApproveDate { get; set; }
        //public string ? F_UNW_LargeText_TBKHBZ { get; set; }
        //public string ? FApproveDate { get; set; }
        public string ? FApproverId { get; set; }
        public string? FDebugDate { get; set; }
        public string? FDeliverAddress { get; set; }
    }
}