From c9f07c1f79e7ea9eb00925975d3ae2c9e8dcbd25 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期三, 20 三月 2024 11:37:34 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1 --- server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java | 2 ++ 1 files changed, 2 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..91ea1bb 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") -- Gitblit v1.9.3