From e10c9e150cef3096b295e6d9a3160862f4f0128d Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期一, 26 八月 2024 15:26:45 +0800 Subject: [PATCH] 修改农户分页查询接口和查一个农户的所有卡接口 --- pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/reversal/QueryVo.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/reversal/QueryVo.java b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/reversal/QueryVo.java index 9f026eb..852534e 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/reversal/QueryVo.java +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/reversal/QueryVo.java @@ -4,8 +4,6 @@ import io.swagger.v3.oas.annotations.media.Schema; import lombok.*; -import java.time.LocalDateTime; - /** * @author ZhuBaoMin * @date 2023/12/6 15:57 @@ -29,8 +27,8 @@ @Schema(description = "鍐叉鏃堕棿_寮�濮�") - public LocalDateTime reversalTimeStart; + public String reversalTimeStart; @Schema(description = "鍐叉鏃堕棿_缁撴潫") - public LocalDateTime reversalTimeStop; + public String reversalTimeStop; } -- Gitblit v1.8.0