namespace DS.WMS.Core.WmsModule.Dtos; public class WmsOutDoInput { public Guid? WMSDOID { get; set; } /// /// /// public string WMSNO { get; set; } /// /// /// public DateTime? DODATE { get; set; } /// /// /// public string CUSTOMERNAME { get; set; } = ""; /// /// /// public string CORPID { get; set; } /// /// /// public string REMARK { get; set; }= ""; /// /// /// public bool? ISEND { get; set; } /// /// /// public bool? FEESTATUS { get; set; } /// /// /// public bool? BSSTATUS { get; set; } /// /// /// public string BSSOURCE { get; set; }= ""; /// /// /// public string BILLSTATUS { get; set; }= ""; /// /// /// public string MBLNO { get; set; }= ""; /// /// /// public string CUSTOMNO_IMPORT { get; set; }= ""; /// /// /// public string PICKUPNAME { get; set; }= ""; /// /// /// public string TRUCKNO { get; set; }= ""; /// /// /// public string TRUCKMODEL { get; set; }= ""; /// /// /// public Guid? WMSPLANID { get; set; } /// /// /// public string CUSTOMNO { get; set; }= ""; /// /// /// public decimal? WEIGHING { get; set; } = 0; /// /// /// public string GOODSNAME { get; set; }= ""; /// /// /// public string GOODSFEETYPE { get; set; }= ""; /// /// /// public byte? STLMODE { get; set; } /// /// /// public Guid? WMSPROJECTID { get; set; } /// /// 客户ID /// [SqlSugar.SugarColumn(IsOnlyIgnoreUpdate = true)] public string ClientId { get; set; } /// /// /// public string STOREHOUSE { get; set; }= ""; public int StockOutType { get; set; } = 0; /// /// 计划明细 /// public List List{ get; set; } }