From 5506edbe54883b31db3cc8e4a1d9d0795a18a3c9 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 27 十二月 2024 14:37:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java | 3 +++ 1 files changed, 3 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 c26a454..9043f7c 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 @@ -71,6 +71,9 @@ @ApiModelProperty(value = "绫诲瀷 0鐩翠繚 1濮旀墭鎶曚繚") private Integer type; + @ApiModelProperty(value = "0=鏈紑濮嬶紱1=淇濋殰涓� 锛�2=宸茶繃鏈� 3=鏈繃鏈�") + private Integer timeOut; + @ApiModelProperty(value = "涓婚敭鍒楄〃",notes = "濮旀墭鎶曚繚寮�绁ㄤ娇鐢�") private List<Integer> ids; -- Gitblit v1.9.3