From b2bc3eb81485bc7ddb8366477b3483d4f160adaa Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 29 三月 2024 09:17:20 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 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..fa689c9 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 @@ -104,6 +104,12 @@ @ApiModelProperty(value = "鏈�杩戞搷浣滀汉缂栫爜锛堝叧鑱攕ystem_user)", example = "1") @ExcelColumn(name="鏈�杩戞搷浣滀汉缂栫爜锛堝叧鑱攕ystem_user)") private Integer checkUserId; + @ApiModelProperty(value = "鍚堝苟鍗曠紪鐮侊紙鍏宠仈union_apply)", example = "1") + @ExcelColumn(name="鍚堝苟鍗曠紪鐮侊紙鍏宠仈union_apply)") + private Integer unionApplyId; + + @ApiModelProperty(value = "鍚堝苟鍗�-鎶曚繚鍗曠姸鎬� 0=鏈笂浼�;1=宸蹭笂浼�;2=宸茬缃�", example = "1") + private Integer unionApplyTbdStatus; @ApiModelProperty(value = "鍗曞彿") @ExcelColumn(name="鍗曞彿") @@ -124,6 +130,14 @@ @ExcelColumn(name="鎬昏垂鐢�") private BigDecimal fee; + @ApiModelProperty(value = "鍦ㄧ嚎纭涔﹀悎鍚屽彿") + @ExcelColumn(name="鍦ㄧ嚎纭涔﹀悎鍚屽彿") + private String signQrsNo; + + @ApiModelProperty(value = "浜哄憳鍚嶅崟绛剧讲鍚堝悓鍙�") + @ExcelColumn(name="浜哄憳鍚嶅崟绛剧讲鍚堝悓鍙�") + private String signMemberListNo; + @ApiModelProperty(value = "浼佷笟鍚嶇О") @TableField(exist = false) private String companyName; @@ -131,6 +145,9 @@ @ApiModelProperty(value = "鏂规鍚嶇О") @TableField(exist = false) private String solutionsName; + @ApiModelProperty(value = "鏂规绫诲瀷 0鐩翠繚 1濮旀墭鎶曚繚") + @TableField(exist = false) + private Integer solutionType; @ApiModelProperty(value = "鏂规閭欢") @TableField(exist = false) private String solutionEmail; @@ -191,6 +208,38 @@ 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 solutionBaseId; + + @ApiModelProperty(value = "鏈�鏂扮増鏈殑鏂规涓婚敭", example = "1") + @TableField(exist = false) + private Integer newVersionSolutionId; + + + @ApiModelProperty(value = "鍟嗘埛鍚嶇О") + @TableField(exist = false) + private String shopName; + + + public TaxesInvoicingVO toTaxesInvoicingVO(){ TaxesInvoicingVO taxesInvoicingVO = new TaxesInvoicingVO(); taxesInvoicingVO.setId(this.getId()); -- Gitblit v1.9.3