namespace BBWY.Server.Model.Dto { public class AutoCalculationCostRequest { public string OrderId { get; set; } public bool IsSetStorageType { get; set; } public Enums.StorageType StorageType { get; set; } /// /// 店铺平台扣点 /// public decimal PlatformCommissionRatio { get; set; } } }