kazelee
2025-05-15 1af49bdb3cdaa44a7e44ebdc843fb8180596365f
Models/TN_CG_Detail.cs
@@ -9,12 +9,17 @@
        /// <summary>
        /// 料箱商品标识
        /// </summary>
        public string S_CG_ID { get; set; }
        public string S_CG_ID { get; set; } = "";
        /// <summary>
        /// 物料编码
        /// </summary>
        public string S_ITEM_CODE { get; set; } = "";
        public string S_ITEM_CODE { get; set; }
        /// <summary>
        /// 物料规格
        /// </summary>
        public string S_SPE { get; set; }
        /// <summary>
        /// 容器编码
@@ -35,10 +40,10 @@
        /// 批次号
        /// </summary>
        public string S_BATCH_NO { get; set; }
        ///// <summary>
        ///// 货品数量
        ///// </summary>
        //public float F_QTY { get; set; }
        /// <summary>
        /// 货品数量
        /// </summary>
        public int N_QTY { get; set; }
    }
}