namespace DS.WMS.Core.WmsModule.Dtos; public class WmsClearanceInfoViewModel { 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? 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 string CUSTNO { get; set; } public int? AuditStatus { get; set; } public string AuditBy { get; set; } public DateTime? AuditTime { get; set; } public string AuditNote { get; set; } public string ClientId { get; set; } public string STOREHOUSE { get; set; } public string KINDPKGS { get; set; } public string GOODSMODEL { get; set; } public string TRUCKNO { get; set; } public string STOREHOUSENAME { get; set; } public string ClearanceType { get; set; } public bool? IsClearStore { get; set; } }