From 274d9de5e50cc2d23b25ba271a8e66021b448916 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 23 二月 2024 10:11:54 +0800 Subject: [PATCH] 111 --- server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 17 +++++++++++++++++ 1 files changed, 17 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..c4df7c5 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,23 @@ 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; + public TaxesInvoicingVO toTaxesInvoicingVO(){ TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); taxesInvoicingVO.setId(this.getId()); -- Gitblit v1.9.3