Commit 4ecf2769 by zhangxingmin

push

parent 89b82f0f
......@@ -100,7 +100,7 @@ public class ApiProductPlanMainInfoDto {
/**
* 保单日期回溯: 0-否, 1-是(字典)
*/
private String isBacktrack;
private Integer isBacktrack;
/**
* 是否参加递增保障权益: 0-否, 1-是(字典)
......
......@@ -144,7 +144,7 @@ public class ProductPlan implements Serializable {
* 保单日期回溯: 0-否, 1-是(字典)
*/
@TableField("is_backtrack")
private String isBacktrack;
private Integer isBacktrack;
/**
* 是否参加递增保障权益: 0-否, 1-是(字典)
......
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