移动系统liao
2024-05-17 08e54969dad49e068a985bd1374b68d453ee88d8
CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -120,6 +120,20 @@
        public System.Decimal price { get; set; }
        /// <summary>
        /// 经销商价格
        /// </summary>
        public System.Decimal distributionPrice { get; set; }
        /// <summary>
        /// 经销商购买提成
        /// </summary>
        public System.Decimal distributionCutMoney { get; set; }
        /// <summary>
        /// 普通商户购买提成
        /// </summary>
        public System.Decimal cutMoney { get; set; }
        /// <summary>
        /// 货品市场价
        /// </summary>
@@ -154,6 +168,15 @@
        /// 是否参与营销(优惠券,满减,秒杀,团购)
        /// </summary>
        public bool isInActivity { get; set; }
        /// <summary>
        /// areaCode
        /// </summary>
        public string areaCode { get; set; }
        /// <summary>
        /// 地址信息
        /// </summary>
        public string area { get; set; }
    }
}