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