wbc
2025-05-28 b9349673f1610970530db34ed8ed9b26e8e1e239
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
namespace MES.Service.Dto.webApi;
 
public class ErpRohinData
{
    public string FBillTypeID { get; set; }
    public string FBillNo { get; set; }
    public string? F_UNW_Text_xsddh { get; set; }
    public string? FMaterialId { get; set; }
   // public string? FMaterialName { get; set; }
   // public string? FModel { get; set; }
    public string? FUnitId { get; set; }
    public string? FQty { get; set; }
    public string? FStockUnitID { get; set; }
    //public string? FPriceUnitId { get; set; }
    //public string? FPriceUnitQty { get; set; }
    public string? FDeliveryDate { get; set; }
    //public string? FDeliveryEarlyDate { get; set; }
    //public string? FDeliveryLastDate { get; set; }
    //public string? FGiveAway { get; set; }
    public string? FEntryNote { get; set; }
    public string? FSupMatId { get; set; }
    public string? FSupMatName { get; set; }
    //public string? FSUBREQBILLNO { get; set; }
    //public string? FLot { get; set; }
    public string FMRPCloseStatus { get; set; }
    //public string? FMRPFreezeStatus { get; set; }
    //public string? FFreezerId { get; set; }
    //public string? FFreezeDate { get; set; }
    //public string? FMRPTerminateStatus { get; set; }
    //public string? FTerminaterId { get; set; }
    public string? FTerminateDate { get; set; }
    public string? FReceiveQty { get; set; }
    public string? FRemainReceiveQty { get; set; }
    public string? FStockInQty { get; set; }
    public string? FRemainStockINQty { get; set; }
    public string? FMrbQty { get; set; }
    public string? FCHECKRETQTY { get; set; }
    //public string? FSTOCKRETQTY { get; set; }
    public string? FSrcBillTypeId { get; set; }
    public string? FSrcBillNo { get; set; }
    public string? FReqTraceNo { get; set; }
    //public string? FMtoNo { get; set; }
    //public string? FChangeFlag { get; set; }
    //public string? FDEMANDTYPE { get; set; }
    //public string? FDEMANDBILLNO { get; set; }
    public string? FDEMANDBILLENTRYSEQ { get; set; }
 
 
    public string? FDepotCode { get; set; }
 
    public string? FDepotName { get; set; }
    public string? FUrgent_material { get; set; }
    //public string? PurchaseOrderLineNumber { get; set; }
    //public string? Demand { get; set; }
    //public string? Receiving { get; set; }
    //public string? Settlement { get; set; }
}