移动系统liao
2024-11-12 1cb49b04ae6709e6054c328f5ed12bff9ca014c8
CoreCms.Net.Model/ViewModels/DTO/ProductDto.cs
@@ -102,6 +102,18 @@
        /// </summary>
        public decimal mktPrice { get; set; }
        /// <summary>
        /// 普通经销商分成
        /// </summary>
        public decimal cutMoney { get; set; }
        /// <summary>
        /// 普通经销商分成
        /// </summary>
        public decimal distributionCutMoney { get; set; }
        /// <summary>
        /// 是否支持封面定制
        /// </summary>
        public bool isCustomizable { get; set; } =false;
        /// <summary>
        /// 
        /// </summary>
        public List<string> sku_name_arr { get; set; }