using SqlSugar; namespace MES.Service.Modes; /// /// 物料库存表 /// [SugarTable("MES_INV_ITEM_STOCKS")] public class MesInvItemStocks { /// /// SEQ_ME_ID /// [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_ME_ID", IsPrimaryKey = true)] public decimal Id { get; set; } /// /// 生产订单 /// [SugarColumn(ColumnName = "TASK_NO")] public string? TaskNo { get; set; } /// /// 物料条码 /// [SugarColumn(ColumnName = "ITEM_BARCODE")] public string? ItemBarcode { get; set; } /// /// 客户物料编码(无条码手工录入,有条码为冗余字段) /// [SugarColumn(ColumnName = "C_ITEM_CODE")] public string? CItemCode { get; set; } /// /// 本司物料编码(无条码手工录入,有条码为冗余字段) /// [SugarColumn(ColumnName = "ITEM_NO")] public string? ItemNo { get; set; } /// /// 子库id /// [SugarColumn(ColumnName = "DEPOTS_ID")] public decimal? DepotsId { get; set; } /// /// 货位id /// [SugarColumn(ColumnName = "DEPOT_SECTIONS_ID")] public decimal? DepotSectionsId { get; set; } /// /// 厂家批次 /// [SugarColumn(ColumnName = "LOT_NO")] public string? LotNo { get; set; } /// /// 数量 /// [SugarColumn(ColumnName = "QUANTITY")] public decimal? Quantity { get; set; } /// /// 环保标志(无条码手工录入,有条码为冗余字段)(0-否,1-是) /// [SugarColumn(ColumnName = "EP_FLAG")] public short? EpFlag { get; set; } /// /// 客户编码 /// [SugarColumn(ColumnName = "CUSTOMER_NO")] public string? CustomerNo { get; set; } /// /// 重量 /// [SugarColumn(ColumnName = "ITEM_WT")] public decimal? ItemWt { get; set; } /// /// 子库CODE /// [SugarColumn(ColumnName = "DEPOTS_CODE")] public string? DepotsCode { get; set; } /// /// 货位CODE /// [SugarColumn(ColumnName = "DEPOT_SECTIONS_CODE")] public string? DepotSectionsCode { get; set; } /// /// 检验日期 /// [SugarColumn(ColumnName = "CHECK_DATE")] public DateTime? CheckDate { get; set; } /// /// 0 物料 1 半成品 2 成品 /// [SugarColumn(ColumnName = "ITEM_TYPE")] public short? ItemType { get; set; } /// /// 入库日期 /// [SugarColumn(ColumnName = "INDEP_DATE")] public DateTime? IndepDate { get; set; } /// /// 工厂编号 /// [SugarColumn(ColumnName = "FACTORY")] public string? Factory { get; set; } /// /// 公司编号 /// [SugarColumn(ColumnName = "COMPANY")] public string? Company { get; set; } /// /// 质检状态 /// [SugarColumn(ColumnName = "IQC_STATUS")] public string? IqcStatus { get; set; } /// /// 小车条码 /// [SugarColumn(ColumnName = "FCAR")] public string? Fcar { get; set; } /// /// 冻结提交重检,0:未提交,1:已提交 /// [SugarColumn(ColumnName = "VISIBLE_SUBMIT")] public short? VisibleSubmit { get; set; } /// /// 提交重检人 /// [SugarColumn(ColumnName = "VISIBLE_SUBMIT_BY")] public string? VisibleSubmitBy { get; set; } /// /// 提交重检时间 /// [SugarColumn(ColumnName = "VISIBLE_SUBMIT_DATE")] public DateTime? VisibleSubmitDate { get; set; } /// /// 产品型号 /// [SugarColumn(ColumnName = "BOARD_STYLE")] public string? BoardStyle { get; set; } /// /// 任务单号 /// [SugarColumn(ColumnName = "WORK_NO")] public string? WorkNo { get; set; } /// /// 任务单行号 /// [SugarColumn(ColumnName = "WORK_LINE")] public decimal? WorkLine { get; set; } /// /// 供应商 /// [SugarColumn(ColumnName = "SUPP_NO")] public string? SuppNo { get; set; } /// /// 生产线 /// [SugarColumn(ColumnName = "LINE_NO")] public string? LineNo { get; set; } /// /// 单号 /// [SugarColumn(ColumnName = "BILL_NO")] public string? BillNo { get; set; } /// /// 采购订单id /// [SugarColumn(ColumnName = "EBELN_K3ID")] public decimal? EbelnK3id { get; set; } /// /// 采购订单行id /// [SugarColumn(ColumnName = "LINE_K3ID")] public decimal? LineK3id { get; set; } /// /// 物料ID /// [SugarColumn(ColumnName = "ITEM_ID")] public decimal? ItemId { get; set; } /// /// 是否专用 /// [SugarColumn(ColumnName = "IS_ZY")] public decimal? IsZy { get; set; } /// /// 销售订单 /// [SugarColumn(ColumnName = "SALES_ORDER")] public string? SalesOrder { get; set; } /// /// 是否已冻结,1冻结 /// [SugarColumn(ColumnName = "VISIBLE")] public short? Visible { get; set; } /// /// 是否寄存 /// [SugarColumn(ColumnName = "IS_JC")] public decimal? IsJc { get; set; } /// /// 寄存工单 /// [SugarColumn(ColumnName = "JC_BILL_NO")] public string? JcBillNo { get; set; } /// /// 计划跟踪号 /// [SugarColumn(ColumnName = "FMTONO")] public string? Fmtono { get; set; } /// /// 中箱码 /// [SugarColumn(ColumnName = "MEDIUMBOXCODE")] public string? MediumBoxCode { get; set; } /// /// 栈板码 /// [SugarColumn(ColumnName = "STACKCODE")] public string? StackCode { get; set; } /// /// 仓库ID /// [SugarColumn(ColumnName = "DEPOT_ID")] public decimal? DepotId { get; set; } /// /// 大箱条码 /// [SugarColumn(ColumnName = "ITEM_BARCODE_D")] public string? ItemBarcodeD { get; set; } /// /// 物料条码Z /// [SugarColumn(ColumnName = "ITEM_BARCODE_Z")] public string? ItemBarcodeZ { get; set; } /// /// 是否推送 /// [SugarColumn(ColumnName = "IS_TS")] public decimal? IsTs { get; set; } /// /// 冻结更新人 /// [SugarColumn(ColumnName = "VISIBLE_UPDATE_BY")] public string? VisibleUpdateBy { get; set; } /// /// 冻结更新时间 /// [SugarColumn(ColumnName = "VISIBLE_UPDATE_DATE")] public DateTime? VisibleUpdateDate { get; set; } /// /// 冻结更新理由 /// [SugarColumn(ColumnName = "VISIBLE_UPDATE_REASON")] public string? VisibleUpdateReason { get; set; } /// /// 注释 /// [SugarColumn(ColumnName = "REMARK")] public string? Remark { get; set; } }