杨前锦
2025-05-26 d0a265713fd18162f3a82bdcd22e267df7298c7b
HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP_GT/models/Overage.cs
@@ -11,7 +11,7 @@
    /// GT 中间表(物料存放时间配置表)
    /// </summary>
    [SugarTable("overage")]
    internal class Overage
    public class Overage
    {
        public string mcngrp { get; set; }  // 机器组代码    mcn字段 以 RTE  前缀=mcngrp字段=1;半制品  /  mcn字段 以 RTB   前缀=mcngrp字段=0;硫化机
        public string itempatt { get; set; }  // 物品模式(如条码匹配规则)
@@ -19,6 +19,6 @@
        public decimal minhour { get; set; }  // 最小工作时间或条件
        public string flag_sts { get; set; }  // 状态标记
        public int recid { get; set; } 
        public DateTime last_modify_time { get; set; }
        public string last_modify_time { get; set; }
    }
}