杨前锦
2025-07-07 c8f338feee0b6003d8f069b1d37fd9b90dd1b7f4
HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_BZP/models/CntrItemRel.cs
@@ -9,31 +9,19 @@
    [SugarTable("TN_CG_Detail")]
    public class CntrItemRel : BaseModel
    {
        public string S_CG_ID { get; set; } // 条形码编码
        public string S_SERIAL_NO { get; set; }
        public string S_ITEM_CODE { get; set; }   // 物品代码
        public string S_ITEM_NAME { get; set; } = "";
        public string S_ITEM_SPEC { get; set; }
        public string S_ITEM_STATE { get; set; } = "OK";  // OK=产品合格,NG=产品不合格,HLM=产品待定
        /// <summary>
        /// 1:合格 2:不合格
        /// </summary>
        public int N_ITEM_STATE { get; set; }
        public string S_BATCH_NO { get; set; } = "";
        public float F_QTY { get; set; }  // 产品数量
        [SugarColumn(IsPrimaryKey = true)]
        public string S_CNTR_CODE { get; set; }
        public string S_CNTR_CODE { get; set; }  // 容器编码
        public string S_CG_ID { get; set; } // 条形码编码
        public string S_ITEM_CODE { get; set; }   // 物品代码
        public string S_ITEM_STATE { get; set; } = "OK";  // OK=产品合格,HODE=产品待定
        public float F_QTY { get; set; }  // 产品数量
        // ------------------ 印尼半制品 -------------------
        public string S_MCN { get; set; }  // 机器代码编号
        public string S_OPR { get; set; }  // 操作员
        public string S_TXNDATE { get; set; }  // 生产时间
        public string S_SHIFT { get; set; }  // 工作班次 
        public string S_FOVRAGE { get; set; } = "N"; // 是否过期的状态  Y=过期,N=未过期
        public string S_EFFECTIVE_TIME { get; set; }  // 生效时间  
        public string S_EXPIRATION_TIME { get; set; }  // 失效时间    
        public string S_SARANA { get; set; } // 托盘ID
        public int N_PRODUCT_TYPE_CODE { get; set; } // 物料类别编码
    }
}