namespace DS.WMS.Core.WmsModule.Dtos;
public class WmsOutPlanInput
{
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 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; }
///
/// 客户ID
///
public string ClientId { get; set; }
///
///
///
public string KINDPKGS { get; set; } = "";
///
/// 计划明细
///
public List List{ get; set; }
}