From 9e95e3402bdd8d28e4c94083d3d00ebc4690f8c0 Mon Sep 17 00:00:00 2001 From: Harryxzy Date: Thu, 21 Sep 2023 11:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/param/SalaryStatisticsReportDataQueryParam.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/engine/salary/report/entity/param/SalaryStatisticsReportDataQueryParam.java b/src/com/engine/salary/report/entity/param/SalaryStatisticsReportDataQueryParam.java index 62db15b0d..fa1d32dd1 100644 --- a/src/com/engine/salary/report/entity/param/SalaryStatisticsReportDataQueryParam.java +++ b/src/com/engine/salary/report/entity/param/SalaryStatisticsReportDataQueryParam.java @@ -2,7 +2,6 @@ package com.engine.salary.report.entity.param; import com.engine.salary.common.BaseQueryParam; import com.fasterxml.jackson.annotation.JsonIgnore; -import io.swagger.annotations.ApiModelProperty; import lombok.*; import java.util.Date; @@ -83,6 +82,6 @@ public class SalaryStatisticsReportDataQueryParam extends BaseQueryParam { // 是否是分享报表 private boolean isShare; - @ApiModelProperty("分享批次id") + // "分享批次id private Long batchId; }