You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.5 KiB
C#
77 lines
1.5 KiB
C#
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; }
|
|
public string MoveStoreHouse { get; set; }
|
|
|
|
public string MoveStoreHouseName { get; set; }
|
|
|
|
public string MBLNO { get; set; }
|
|
} |