liaoxujun@qq.com
2024-03-04 c8f9d5977cc950592f0ccfea01237eccde506350
CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -154,6 +154,15 @@
        /// 是否参与营销(优惠券,满减,秒杀,团购)
        /// </summary>
        public bool isInActivity { get; set; }
        /// <summary>
        /// areaCode
        /// </summary>
        public string areaCode { get; set; }
        /// <summary>
        /// 地址信息
        /// </summary>
        public string area { get; set; }
    }
}