111
啊鑫
2025-07-16 f6598be8fdb51673c0a48ddeac8bd0e622835b35
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
namespace MES.Service.Dto.webApi;
 
public class ErpOrgDamand
{
    public string? FBillTypeID { get; set; }
    public string? FBillNo { get; set; }
    public string? Type { get; set; }
    public string? FMaterialId { get; set; }
    public string? FMaterialName { get; set; }
    public string? FUnitId { get; set; }
    public string? FDemandOrgId { get; set; }
    public string? FSupplyOrgId { get; set; }
    public string? FFirmQty { get; set; }
    public string? FMtoNo { get; set; }
    public string? ReMainQty { get; set; }
    public string? FSaleOrderNo { get; set; }
    public string? FSaleOrderEntrySeq { get; set; }
    public string? F_XIFG_Text_re5 { get; set; }
    public string? F_XIFG_Integer_tzk { get; set; }
    public string? FID { get; set; }
}