kazelee
2025-05-27 8633a0b6e52d9899fda4f3ec2decc1c39b960e5f
Models/TN_CG_Detail.cs
@@ -19,6 +19,8 @@
        public string S_ITEM_CODE { get; set; } = "";//货品编码
        public string S_ITEM_NAME { get; set; } = "";
        public string S_ITEM_SPEC { get; set; } = "";//货品规格
        /// <summary>
@@ -38,9 +40,7 @@
        /// </summary>
        public float F_QTY { get; set; } = 0f;
        /// <summary>
        /// 图片链接
        /// </summary>
        public string S_IMG_URL { get; set; } = "";
    }
}