From 22271e641e4505ba906c3770905b7e84e3ad8d85 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期二, 02 四月 2024 17:05:57 +0800 Subject: [PATCH] mrshi --- server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java b/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java index 21621f5..8732783 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java @@ -191,6 +191,28 @@ private Date lastChangeDate; + @ApiModelProperty(value = "鏈�浣庡勾榫�", example = "1") + @TableField(exist = false) + private Integer minAge; + + @ApiModelProperty(value = "鏈�楂樺勾榫�", example = "1") + @TableField(exist = false) + private Integer maxAge; + + + @ApiModelProperty(value = "淇濋櫓璐圭敤(浜�/澶╋級", example = "1") + @TableField(exist = false) + private BigDecimal price; + + @ApiModelProperty(value = "淇濋櫓鏃堕棿鍗曚綅0澶� 1鍗婃湀 2鏈� 3骞�", example = "1") + @TableField(exist = false) + private Integer timeUnit; + + + @ApiModelProperty(value = "鏈�鏂扮増鏈殑鏂规涓婚敭", example = "1") + @TableField(exist = false) + private Integer newVersionSolutionId; + public TaxesInvoicingVO toTaxesInvoicingVO(){ TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); taxesInvoicingVO.setId(this.getId()); -- Gitblit v1.9.3