wks преди 2 години
родител
ревизия
779e7a7e87
променени са 1 файла, в които са добавени 25 реда и са изтрити 0 реда
  1. 25 0
      src/main/java/com/ydtech/modules/order/entity/InsAreaCompanyExternalFee.java

+ 25 - 0
src/main/java/com/ydtech/modules/order/entity/InsAreaCompanyExternalFee.java

@@ -61,5 +61,30 @@ public class InsAreaCompanyExternalFee implements Serializable {
     @TableField(value = "no_other_costs_proportion")
     private BigDecimal noOtherCostsProportion;
 
+
+    public BigDecimal getJqSuperviseCostsProportion() {
+        return jqSuperviseCostsProportion == null ? BigDecimal.ZERO : jqSuperviseCostsProportion;
+    }
+
+    public BigDecimal getJqOtherCostsProportion() {
+        return jqOtherCostsProportion == null ? BigDecimal.ZERO : jqSuperviseCostsProportion;
+    }
+
+    public BigDecimal getSySuperviseCostsProportion() {
+        return sySuperviseCostsProportion == null ? BigDecimal.ZERO : jqSuperviseCostsProportion;
+    }
+
+    public BigDecimal getSyOtherCostsProportion() {
+        return syOtherCostsProportion == null ? BigDecimal.ZERO : jqSuperviseCostsProportion;
+    }
+
+    public BigDecimal getNoSuperviseCostsProportion() {
+        return noSuperviseCostsProportion == null ? BigDecimal.ZERO : jqSuperviseCostsProportion;
+    }
+
+    public BigDecimal getNoOtherCostsProportion() {
+        return noOtherCostsProportion == null ? BigDecimal.ZERO : jqSuperviseCostsProportion;
+    }
+
 }