wks 2 tahun lalu
induk
melakukan
779e7a7e87

+ 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;
+    }
+
 }