username@email.com
2024-06-26 7f26cd7c3e492062418cdc7dbe9d7ce14cbe5f05
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; }