Commit 25ca7e4f by jianan

前端对接问题修复21

parent 43e83620
...@@ -33,6 +33,12 @@ public class FortuneVO implements Serializable { ...@@ -33,6 +33,12 @@ public class FortuneVO implements Serializable {
private String reconciliationYearMonth; private String reconciliationYearMonth;
/** /**
* 应付款类型 R-关联保单应付款 U-非关联保单应付款
*/
@Schema(description = "应付款类型 R-关联保单应付款 U-非关联保单应付款")
private String fortuneBizType;
/**
* 保单号 * 保单号
*/ */
@Schema(description = "保单号") @Schema(description = "保单号")
......
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