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