|
@ -194,6 +194,11 @@ namespace Entity.ShowEasyDtos |
|
|
//卡車車型加價
|
|
|
//卡車車型加價
|
|
|
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] |
|
|
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] |
|
|
public List<ServiceTruckOtherCostDTO> TruckMarkupByModel = new List<ServiceTruckOtherCostDTO>(); |
|
|
public List<ServiceTruckOtherCostDTO> TruckMarkupByModel = new List<ServiceTruckOtherCostDTO>(); |
|
|
|
|
|
|
|
|
|
|
|
//卡車押車費用規則
|
|
|
|
|
|
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] |
|
|
|
|
|
public List<ServiceTruckCostRulesDTO> TruckEscortCostRules = new List<ServiceTruckCostRulesDTO>(); |
|
|
|
|
|
|
|
|
//非卡車,堆高機費用規則
|
|
|
//非卡車,堆高機費用規則
|
|
|
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] |
|
|
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] |
|
|
public List<ONSiteOtherCostRulesDTO> OtherCostRules = new List<ONSiteOtherCostRulesDTO>(); |
|
|
public List<ONSiteOtherCostRulesDTO> OtherCostRules = new List<ONSiteOtherCostRulesDTO>(); |
|
|