From 8eed5b991ca674f85e68ba96fc27855bc2a000b4 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Sep 2025 23:40:31 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-26=20pda=20=E5=85=B6=E5=AE=83=E5=85=A5?= =?UTF-8?q?=E5=BA=93=20=E5=85=B6=E5=AE=83=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java | 1 + .../com/gaotao/modules/other/entity/OtherTransactionIfsDto.java | 1 + .../com/gaotao/modules/other/service/OtherOutboundService.java | 1 + 3 files changed, 3 insertions(+) diff --git a/src/main/java/com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java b/src/main/java/com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java index 76dbc43..7424b2e 100644 --- a/src/main/java/com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java +++ b/src/main/java/com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java @@ -30,3 +30,4 @@ public class OtherOutboundHistoryDto { private String site; } + diff --git a/src/main/java/com/gaotao/modules/other/entity/OtherTransactionIfsDto.java b/src/main/java/com/gaotao/modules/other/entity/OtherTransactionIfsDto.java index 6af006d..6d6d746 100644 --- a/src/main/java/com/gaotao/modules/other/entity/OtherTransactionIfsDto.java +++ b/src/main/java/com/gaotao/modules/other/entity/OtherTransactionIfsDto.java @@ -27,3 +27,4 @@ public class OtherTransactionIfsDto { private String ifsOperationTime; // 操作时间 } + diff --git a/src/main/java/com/gaotao/modules/other/service/OtherOutboundService.java b/src/main/java/com/gaotao/modules/other/service/OtherOutboundService.java index 6fa59e0..2f1dce8 100644 --- a/src/main/java/com/gaotao/modules/other/service/OtherOutboundService.java +++ b/src/main/java/com/gaotao/modules/other/service/OtherOutboundService.java @@ -24,3 +24,4 @@ public interface OtherOutboundService { List getOtherOutboundHistory(String site); } +