From e7f3835c7ffb0de6747c7c496c590f7f42e455fc Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期三, 24 一月 2024 15:05:33 +0800 Subject: [PATCH] 111 --- server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java | 5 ++++- 1 files changed, 4 insertions(+), 1 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 32aa81d..0e3c827 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 @@ -53,7 +53,10 @@ @ApiModelProperty(value = "绫诲瀷 0鐩翠繚 1濮旀墭鎶曚繚") private Integer type; - @ApiModelProperty(value = "涓婚敭鍒楄〃") + @ApiModelProperty(value = "涓婚敭鍒楄〃",notes = "濮旀墭鎶曚繚寮�绁ㄤ娇鐢�") private List<Integer> ids; + @ApiModelProperty(value = "鍗冲皢澶辨晥璁㈠崟锛�0=鍚︼紱1=鏄�") + private Integer loseEfficacy; + } -- Gitblit v1.9.3