kyy
2024-12-26 615be76a5b27c8ffcc7599512645195c6f75ae93
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 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; } 
    
}