kazelee
2025-07-10 b183905d45e279eca8a845f532fc2d2edd540edb
models/TN_CG_Detail.cs
@@ -14,7 +14,7 @@
        /// 货品 ID
        /// </summary>
        public string S_CG_ID { get; set; } = "";
        public string S_CNTR_CODE { get; set; } = "";//容器编码
        public string S_ITEM_CODE { get; set; } = "";//货品编码
@@ -40,7 +40,7 @@
        /// </summary>
        public float F_QTY { get; set; } = 0f;
        public string S_LOC_CODE { get; set; }
    }
}