wbc
昨天 ef5bf910f7c42000fee6eeca78d1c0281165d113
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
namespace MES.Service.Dto.webApi
{
    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 ? FDate { get; set; }
        public string ? FCustId { 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 ? FApproverId { get; set; }
 
        public string? FDebugDate { get; set; }
        public string? FDeliverAddress { get; set; }
 
    }
}