namespace MES.Service.Dto.webApi
|
{
|
public class ErpORDER
|
{
|
public string ? FBillNo { get; set; }
|
//public string ? FBillName { 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? FOrderDate { get; set; }
|
public string? FDeliveryDate { 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; }
|
|
public string? FDebugDate { get; set; }
|
public string? FDeliverAddress { get; set; }
|
|
/// <summary>
|
/// 完成状态标识 (0-未完成, 1-已完成)
|
/// </summary>
|
public decimal? FOver { get; set; }
|
|
}
|
}
|