| | |
| | | public string SourceCode { get; set; } |
| | | public DateTime CreateDate { get; set; } |
| | | public DateTime UpdateDate { get; set; } |
| | | public decimal QTY { get; set; } |
| | | public double QTY { get; set; } |
| | | } |
| | | |
| | | public class iOutStoreInfo : iEntity |
| | |
| | | public string LocationCode { get; set; } |
| | | public DateTime CreateDate { get; set; } |
| | | public DateTime UpdateDate { get; set; } |
| | | public decimal QTY { get; set; } |
| | | public double QTY { get; set; } |
| | | } |
| | | |
| | | public class iReturnInfo : iEntity |
| | |
| | | public string MaterialCode { get; set; } |
| | | public string MaterialName { get; set; } |
| | | public DateTime UpdateDate { get; set; } |
| | | public decimal QTY { get; set; } |
| | | public double QTY { get; set; } |
| | | } |
| | | |
| | | public class iReceiptDtl |
| | |
| | | public string DeliveryNo { get; set; } |
| | | public string MaterialCode { get; set; } |
| | | public string innerVendorCode { get; set; } |
| | | public decimal SCANQTY { get; set; } |
| | | public double SCANQTY { get; set; } |
| | | } |
| | | |
| | | public class iReceiptInput : iEntity |
| | |
| | | public string VenderCode { get; set; } |
| | | public string VenderName { get; set; } |
| | | public DateTime? UpdateDate { get; set; } |
| | | public decimal QTY { get; set; } |
| | | public double QTY { get; set; } |
| | | } |
| | | |
| | | public class iDropdownlist : iEntity |