From 8ebca068bb00e530ce44e10e7d009bcaa46c6579 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 26 一月 2024 16:17:27 +0800 Subject: [PATCH] 开发业务接口 --- server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java | 4 ++++ 1 files changed, 4 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 6cbf09d..e55323e 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,10 @@ @ApiModelProperty(value = "鏂规缂栫爜锛堝叧鑱攕olutions锛�", example = "1") private Integer solutionId; + @ApiModelProperty(value = "浼佷笟缂栫爜 ", example = "1") + private Integer companyId; + @ApiModelProperty(value = "鍩鸿〃鏂规缂栫爜 ", example = "1") + private Integer baseSolutionId; @ApiModelProperty(value = "瀹為檯淇濋櫓鐢熸晥姝㈡湡寮�濮�") private Date endTimeS; -- Gitblit v1.9.3