111
啊鑫
2025-08-29 d1dc6aaa453c38c6282930d85c58388b89aac065
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; }
}