Commit 7c48d5dc by jianan

前端对接问题修复33

parent 09304caf
...@@ -36,7 +36,7 @@ public class CommissionVO implements Serializable { ...@@ -36,7 +36,7 @@ public class CommissionVO implements Serializable {
*/ */
@Schema(description = "应收款类型 R=关联保单应收单 U=非关联保单应收单") @Schema(description = "应收款类型 R=关联保单应收单 U=非关联保单应收单")
private String commissionBizType; private String commissionBizType;
/** /**
* 入账检核年月 yyyy-MM * 入账检核年月 yyyy-MM
*/ */
...@@ -53,7 +53,19 @@ public class CommissionVO implements Serializable { ...@@ -53,7 +53,19 @@ public class CommissionVO implements Serializable {
* 期交保费 * 期交保费
*/ */
@Schema(description = "期交保费") @Schema(description = "期交保费")
private String premium; private BigDecimal premium;
/**
* 产品计划名称
*/
@Schema(description = "产品计划名称")
private String productName;
/**
* 保险公司
*/
@Schema(description = "保险公司")
private String insuranceCompany;
/** /**
* 对账公司 * 对账公司
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment