namespace MES.Service.Dto.webApi
|
{
|
public class ErpORDER
|
{
|
public string ? FBillNo { get; set; }
|
|
public string? Type { get; set; }
|
public string ? FBillTypeID { get; set; }
|
public string ? F_UNW_Date_KHXQ { get; set; }
|
public string ? FVersionNo { get; set; }
|
public string ? FDate { get; set; }
|
public string ? FCustId { get; set; }
|
public string ? F_UNW_Text_KHDD { get; set; }
|
public string ? FSaleDeptId { get; set; }
|
public string ? FNote { get; set; }
|
public string ? F_UNW_LargeText_TBKHBZ { get; set; }
|
public string ? FApproveDate { get; set; }
|
public string ? FApproverId { get; set; }
|
|
|
}
|
}
|