sjz
2025-06-07 a4e262ad5d6b8631e25e3cc0872b590a7dbdb480
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
namespace MES.Service.Dto.webApi
{
    public class ErpSalesDeliveryNoticeDetail
    {
        public string? Id { get; set; }
        public string? type { get; set; }
        public string? erpID { get; set; }
        public string? ehid { get; set; }
        public string? fMaterialId { get; set; }
        public string? fUnitID { get; set; }
        public string? fQty { get; set; }
        public string? fIsFree { get; set; }
        public string? fDeliverydate { get; set; }
        public string? fStockId { get; set; }
        public string? fMtoNo { get; set; }
        public string? fLot { get; set; }
        public string? fStockUnitID { get; set; }
        public string? fStockQty { get; set; }
        public string? fOwnerTypeID { get; set; }
        public string? fOwnerId { get; set; }
        public string? fSrcType { get; set; }
        public string? fSrcBillNo { get; set; }
        public string? fOrderNo { get; set; }
        public string? fPriceUnitQty { get; set; }
        public string? fOwnerIdHead { get; set; }
        public string? fPlanDeliveryDate { get; set; }
        public string? fOutLmtUnit { get; set; }
        public string? fOutMaxQty { get; set; }
        public string? fOutMinQty { get; set; }
        public string? fDeliveryLoc { get; set; }
        public string? fDeliveryLAddress { get; set; }
        public string? fTerminationStatus { get; set; }
        public string? fTerminateDate { get; set; }
        public string? fSumOutQty { get; set; }
        public string? fRemainOutQty { get; set; }
        public string? FNoteEntry { get; set; }
        
 
 
    }
}