杨前锦
2025-07-01 a93b0e99036c24b9bd58c79bf5e7364b1ba28bae
HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/models/GreenTireInformation.cs
@@ -22,5 +22,12 @@
        public int QTY { get; set; } // 数量
        public string TXNDATE { get; set; } // 生产时间
        public string DATE_SHIFT { 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; // 加急标识
    }
}