kazelee
2025-05-22 bb09e7affb602791af4064cda8cddcfae8b3f3aa
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; } = "";
    }
}