username@email.com
2024-04-02 7fdf7d7bd39cd0381c3969ad6302be0e693cad2d
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; }
    }
}