杨前锦
2 天以前 06a8b6963d6d4f229d4e196b4b09ce57e2cbf2dd
HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/GreenTireInformation.cs
@@ -7,26 +7,26 @@
namespace HH.WCS.Mobox3.YNJT_PT.models
{
    /// <summary>
    /// 成型条码信息表(中间表)
    /// </summary>
    [SugarTable("TN_green_tire_information")]
    public class GreenTireInformation : BaseModel
    {
        public string ITEMCODE { get; set; } // 物料编码
        public string BARCODE { get; set; } // 条形码
        public string TIRECODE { get; set; } // 商品代码
        public string MCN { get; set; } // 机器代码
        public string OPR { get; set; } // 操作员id1
        public string OPR02 { get; set; } // 操作员id2
        public string OPR03 { get; set; } // 操作员id3
        public string OPR04 { get; set; } // 操作员id4
        public string WINDUP { get; set; } // windup
        public int QTY { get; set; } // 数量
        public string TXNDATE { get; set; } // 生产时间
        public string DATE_SHIFT { get; set; } // 转班日期
        public string JDGE { get; set; } // 物料状态
        public string MINHOUR { get; set; } // 生效时间
        public string OVERAGE { get; set; } // 失效时间
        public int INNER_DIAMETER { get; set; } // 胚胎内径
        public int OUTER_DIAMETER { get; set; } // 胚胎外径
        public int HEIGHT { get; set; } // 胚胎高度
        public DateTime LAST_MODIFY_TIME { get; set; } // 更新时间
        [SugarColumn(IsIgnore = true)]
        public string S_EFFECTIVE_TIME { get; set; } // 生效时间
        [SugarColumn(IsIgnore = true)]
        public string S_EXPIRATION_TIME { get; set; } // 失效时间
        [SugarColumn(IsIgnore = true)]
        public int N_URGENT_FLAG { get; set; } = 0; // 加急标识
    }