From adb4be885811ee602073c2e723d9d09df0e5b4e6 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 02 四月 2024 13:51:15 +0800
Subject: [PATCH] 提交一把

---
 server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java |   10 ++++++++++
 1 files changed, 10 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..a91ce0f 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,12 @@
 
     @ApiModelProperty(value = "鐘舵�� 0寰呭鏍� 1寰呭嚭鍗� 2淇濋殰涓�  3宸茶繃鏈� 4宸叉挙鍥� 5閫�鍥炵敵璇蜂腑 6宸插叧闂�", example = "1")
     private Integer statusCollect;
+
+
+    @ApiModelProperty(value = "鐢熸晥涓� 0=鏄�")
+    private Integer isEffective;
+    @ApiModelProperty(value = "鍚堝苟鍗曠紪鐮�")
+    private Integer unionApplyId;
+    @ApiModelProperty(value = "鏄惁鑾峰彇闄勪欢淇℃伅 0涓嶉渶瑕� 1闇�瑕�")
+    private Integer getFiles;
 }

--
Gitblit v1.9.3