|
@@ -10,6 +10,7 @@ import lombok.Data;
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
|
|
+import java.util.ArrayList;
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
@Data
|
|
@Data
|
|
@@ -144,6 +145,11 @@ public class AgreementProductCosts implements Serializable {
|
|
|
@ApiModelProperty(value = "费用属性")
|
|
@ApiModelProperty(value = "费用属性")
|
|
|
private List<PtlAgreementProductCostsAttrLink> costsAttrLinks;
|
|
private List<PtlAgreementProductCostsAttrLink> costsAttrLinks;
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public AgreementProductCosts() {
|
|
|
|
|
+ this.productId = new ArrayList<>();
|
|
|
|
|
+ this.productName = new ArrayList<>();
|
|
|
|
|
+ }
|
|
|
/**
|
|
/**
|
|
|
* 根据code获取费用属性
|
|
* 根据code获取费用属性
|
|
|
* @param code
|
|
* @param code
|