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); } +