Commit 8300edc3 authored by hongguangwu's avatar hongguangwu

MVP1.7.17-商险待续签

parent 0799cfbc
......@@ -208,6 +208,14 @@ public class TInsurancePreRenewDetail extends BaseEntity {
@ExcelProperty("险种名称")
@Schema(description = "险种名称")
private String insuranceTypeName;
/**
* 险种Id
*/
@ExcelAttribute(name = "险种Id", maxLength = 50)
@Length(max = 50, message = "险种Id不能超过50个字符")
@ExcelProperty("险种Id")
@Schema(description = "险种Id")
private String insuranceTypeId;
/**
* 原购买标准
*/
......
......@@ -45,6 +45,7 @@
<result property="configName" column="CONFIG_NAME"/>
<result property="insuranceCompanyName" column="INSURANCE_COMPANY_NAME"/>
<result property="insuranceTypeName" column="INSURANCE_TYPE_NAME"/>
<result property="insuranceTypeId" column="INSURANCE_TYPE_ID"/>
<result property="buyStandardOld" column="BUY_STANDARD_OLD"/>
<result property="buyStandard" column="BUY_STANDARD"/>
<result property="insuranceProvinceName" column="INSURANCE_PROVINCE_NAME"/>
......@@ -95,6 +96,7 @@
a.CONFIG_NAME,
a.INSURANCE_COMPANY_NAME,
a.INSURANCE_TYPE_NAME,
a.INSURANCE_TYPE_ID,
a.BUY_STANDARD_OLD,
a.BUY_STANDARD,
a.INSURANCE_PROVINCE_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