Commit 02850aaa by jianan

Fna接口25

parent 94b320c8
...@@ -72,9 +72,9 @@ public class Fna implements Serializable { ...@@ -72,9 +72,9 @@ public class Fna implements Serializable {
private String underwritingNo; private String underwritingNo;
/** /**
* 保单ID * 新单跟进唯一业务ID
*/ */
private String policyId; private String policyBizId;
/** /**
* 保单编号 * 保单编号
......
...@@ -77,10 +77,10 @@ public class FnaVO implements Serializable { ...@@ -77,10 +77,10 @@ public class FnaVO implements Serializable {
private String appointmentBizId; private String appointmentBizId;
/** /**
* 新单跟进ID * 新单跟进唯一业务ID
*/ */
@Schema(description = "新单跟进ID") @Schema(description = "新单跟进唯一业务ID")
private String policyId; private String policyBizId;
/** /**
* 保单编号 * 保单编号
......
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