using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core.DB.Models; namespace WIDESEA_Model.Models { /// /// /// [SugarTable("Dt_LabelMaster")] public class Dt_LabelMaster : BaseEntity { [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")] public int Id { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "LABEL_NO")] public string? LABEL_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "P_LABEL_NO")] public string? P_LABEL_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "LABEL_LEVEL")] public string? LABEL_LEVEL { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "WH_NUMBER")] public string? WH_NUMBER { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "WERKS")] public string? WERKS { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "BATCH")] public string? BATCH { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "F_BATCH")] public string? F_BATCH { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "MATNR")] public string? MATNR { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "MAKTX")] public string? MAKTX { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "LIFNR")] public string? LIFNR { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "LIKTX")] public string? LIKTX { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "BSART")] public string? BSART { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "PO_NO")] public string? PO_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "PO_ITEM_NO")] public string? PO_ITEM_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "INSPECTION_NO")] public string? INSPECTION_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "RECEIPT_NO")] public string? RECEIPT_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "RECEIPT_ITEM_NO")] public string? RECEIPT_ITEM_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "INBOUND_NO")] public string? INBOUND_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "INBOUND_ITEM_NO")] public string? INBOUND_ITEM_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "PSTYP")] public string? PSTYP { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "BOX_QTY")] public string? BOX_QTY { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "INSPECTION_ITEM_NO")] public string? INSPECTION_ITEM_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "UNIT")] public string? UNIT { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "GEAR")] public string? GEAR { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "RECEIPT_DATE")] public string? RECEIPT_DATE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "BEDNR")] public string? BEDNR { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "PRODUCT_DATE")] public string? PRODUCT_DATE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "EFFECT_DATE")] public string? EFFECT_DATE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "QC_RESULT_CODE")] public string? QC_RESULT_CODE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "F_LABEL_NO")] public string? F_LABEL_NO { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "LABEL_STATUS")] public string? LABEL_STATUS { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "REMARK")] public string? REMARK { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "QC_PEOPLE")] public string? QC_PEOPLE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "QC_DATE")] public string? QC_DATE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "RETURN_REASON_TYPE")] public string? RETURN_REASON_TYPE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "Pack_LABEL_No")] public string? Pack_LABEL_No { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "pallet_label_no")] public string? Pallet_label_no { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "CREATE_DATE")] public string? CREATE_DATE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "EDIT_DATE")] public string? EDIT_DATE { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "SOBKZ")] public string? SOBKZ { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "YLZD1")] public string? YLZD1 { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "YLZD2")] public string? YLZD2 { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "YLZD3")] public string? YLZD3 { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "YLZD4")] public string? YLZD4 { get; set; } /// /// 备 注: /// 默认值: /// [SugarColumn(ColumnName = "YLZD5")] public string? YLZD5 { get; set; } } }