kazelee
2025-05-16 67f74c1d68ccbb69eb8436e70018357533ef9c0a
Models/TN_CG_Detail.cs
@@ -38,5 +38,12 @@
        public float F_QTY { get; set; }//数量
        public string S_SPE { get; set; }//规格
        /// <summary>
        /// 图片链接
        /// </summary>
        public string S_IMG_URL { get; set; }
    }
}