| | |
| | | |
| | | public class MESInvItemOutItems |
| | | { |
| | | [SugarColumn(ColumnName = "REMARK")] public string Remark { get; set; } |
| | | [SugarColumn(ColumnName = "REMARK")] public string? Remark { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "PBILL_NO")] public string PbillNo { get; set; } |
| | | [SugarColumn(ColumnName = "PBILL_NO")] public string? PbillNo { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ITEM_OUT_ID")] |
| | | public string ItemOutId { get; set; } |
| | | public string? ItemOutId { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "RK_QTY")] public decimal RkQty { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "TL_QTY")] public decimal TlQty { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "WORK_LINE")] |
| | | public string WorkLine { get; set; } |
| | | public string? WorkLine { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "QUANTITY")] public decimal Quantity { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ITEM_NO")] public string ItemNo { get; set; } |
| | | [SugarColumn(ColumnName = "ITEM_NO")] public string? ItemNo { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "KT_QTY")] |
| | | public decimal KtQty { get; set; } // 剩余可退 |
| | | |
| | | [SugarColumn(ColumnName = "DEPOT_SECTION_CODE")] |
| | | public string DepotSectionCode { get; set; } |
| | | public string? DepotSectionCode { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ITEM_MODEL")] |
| | | public string ItemModel { get; set; } |
| | | public string? ItemModel { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "ITEM_NAME")] |
| | | public string ItemName { get; set; } |
| | | public string? ItemName { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "CGB014")] public string Cgb014 { get; set; } |
| | | [SugarColumn(ColumnName = "CGB014")] public string? Cgb014 { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "STAFF_NAME")] |
| | | public string StaffName { get; set; } |
| | | public string? StaffName { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "DEPOT_CODE")] |
| | | public string DepotCode { get; set; } |
| | | public string? DepotCode { get; set; } |
| | | } |