Commit d018582e by zhangxingmin

push

parent 2951c470
...@@ -33,6 +33,11 @@ public class ApiProductPlanMainInfoDto { ...@@ -33,6 +33,11 @@ public class ApiProductPlanMainInfoDto {
private String insuranceTypeId; private String insuranceTypeId;
/** /**
* 保险险种CODE
*/
private String insuranceTypeCode;
/**
* 保险险种名称 * 保险险种名称
*/ */
private String insuranceTypeName; private String insuranceTypeName;
......
...@@ -63,6 +63,12 @@ public class ProductPlan implements Serializable { ...@@ -63,6 +63,12 @@ public class ProductPlan implements Serializable {
private String insuranceTypeId; private String insuranceTypeId;
/** /**
* 保险险种CODE
*/
@TableField("insurance_type_code")
private String insuranceTypeCode;
/**
* 保险险种名称 * 保险险种名称
*/ */
@TableField("insurance_type_name") @TableField("insurance_type_name")
......
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