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/dto/InsuranceApplyQueryDTO.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java b/server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java index 4361576..532210b 100644 --- a/server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java +++ b/server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java @@ -22,6 +22,8 @@ @ApiModelProperty(value = "鏂规缂栫爜锛堝叧鑱攕olutions锛�", example = "1") private Integer solutionId; + @ApiModelProperty(value = "鏂规绫诲瀷 0鐩翠繚 1濮旀墭淇�", example = "1") + private Integer solutionType; @ApiModelProperty(value = "浼佷笟缂栫爜 ", example = "1") private Integer companyId; @ApiModelProperty(value = "鍩鸿〃鏂规缂栫爜 ", example = "1") @@ -74,4 +76,8 @@ @ApiModelProperty(value = "鐘舵�� 0寰呭鏍� 1寰呭嚭鍗� 2淇濋殰涓� 3宸茶繃鏈� 4宸叉挙鍥� 5閫�鍥炵敵璇蜂腑 6宸插叧闂�", example = "1") private Integer statusCollect; + + + @ApiModelProperty(value = "鐢熸晥涓� 0=鏄�") + private Integer isEffective; } -- Gitblit v1.9.3