namespace DS.WMS.Core.WmsModule.Dtos; public class WmsOutPlanInfoViewModel { public Guid WMSPLANID { get; set; } /// /// /// public string WMSNO { get; set; } /// /// /// public DateTime? PLANTIME { get; set; } /// /// /// public string CUSTOMERNAME { get; set; } /// /// /// public string CORPID { get; set; } /// /// /// public string REMARK { get; set; } /// /// /// public bool? FEESTATUS { get; set; } /// /// /// public bool? BSSTATUS { get; set; } /// /// /// public DateTime? TIMEMARK { get; set; } /// /// /// public bool? ISEND { get; set; } /// /// /// public string CUSTOMNO { get; set; } /// /// /// public string GOODSNAME { get; set; } /// /// /// public string GOODSFEETYPE { get; set; } /// /// /// public string GOODSOWNER { get; set; } /// /// /// public string BILLSTATUS { get; set; } /// /// /// public DateTime? STOREHOUSEENDDATE { get; set; } /// /// /// public string PICKUPNAME { get; set; } /// /// /// public bool? ISOUTTRANSFER { get; set; } /// /// /// public decimal? PLANCOUNT { get; set; } /// /// /// public byte? STLMODE { get; set; } /// /// /// public string CUSTNO { get; set; } /// /// /// public string STOREHOUSECONTACT { get; set; } /// /// /// public decimal? PKGS { get; set; } /// /// /// public decimal? SMALLPKGS { get; set; } /// /// /// public decimal? MINPKGS { get; set; } /// /// /// public decimal? KGS { get; set; } /// /// /// public decimal? NETWEIGHT { get; set; } /// /// /// public decimal? CBM { get; set; } /// /// /// public decimal? STORAGEUNITCOUNT { get; set; } /// /// /// public bool? ISSPENUM { get; set; } /// /// /// public string STOREHOUSE { get; set; } /// /// 审核状态 /// public int? AuditStatus { get; set; } /// /// 审批时间 /// public DateTime? AuditTime { get; set; } /// /// 审批人 /// public string AuditBy { get; set; } /// /// 审批备注 /// public string AuditNote { get; set; } /// /// 客户ID /// public string ClientId { get; set; } public string STOREHOUSENAME { get; set; } /// /// /// public string GOODSMODEL { get; set; } /// /// /// public string TRUCKNO { get; set; } /// /// /// public string KINDPKGS { get; set; } }