crz
2025-03-01 47f6ab7374c3f88ba364ea82021dd296f4bdf9e6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
namespace MES.Service.Dto.webApi
{
    public class ErpORDER
    {
        public string ? FBillNo { 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 ? 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; }
    
 
    }
}