kazelee
2025-05-29 e2303b1125817cb7887e36d5905c8f1661d685a3
Models/TN_CG_Detail.cs
@@ -10,12 +10,12 @@
        /// <summary>
        /// 料箱商品标识
        /// </summary>
        public string S_CG_ID { get; set; } = string.Empty; // 暂时用不到,默认为空
        public string S_CG_ID { get; set; } = string.Empty;
        /// <summary>
        /// 物料编码
        /// </summary>
        public string S_ITEM_CODE { get; set; }
        public string S_ITEM_CODE { get; set; } = string.Empty;
        /// <summary>
        /// 物料名称
@@ -25,7 +25,7 @@
        /// <summary>
        /// 容器编码
        /// </summary>
        public string S_CNTR_CODE { get; set; }
        public string S_CNTR_CODE { get; set; } = string.Empty;
        /// <summary>
        /// 货品状态:0合格 1待检 2不合格 3抽检中;下线即待检
@@ -40,7 +40,7 @@
        /// <summary>
        /// 批次号
        /// </summary>
        public string S_BATCH_NO { get; set; }
        public string S_BATCH_NO { get; set; } = string.Empty;
        /// <summary>
        /// 货品数量
@@ -76,7 +76,7 @@
        // ----------------
        // TODO
        // [NOTE]
        ///// <summary>
        ///// 物料所在的区域