Browse Source

2025-09-26

pda 其它入库 其它出库
master
fengyuan_yang 4 months ago
parent
commit
8eed5b991c
  1. 1
      src/main/java/com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java
  2. 1
      src/main/java/com/gaotao/modules/other/entity/OtherTransactionIfsDto.java
  3. 1
      src/main/java/com/gaotao/modules/other/service/OtherOutboundService.java

1
src/main/java/com/gaotao/modules/other/entity/OtherOutboundHistoryDto.java

@ -30,3 +30,4 @@ public class OtherOutboundHistoryDto {
private String site;
}

1
src/main/java/com/gaotao/modules/other/entity/OtherTransactionIfsDto.java

@ -27,3 +27,4 @@ public class OtherTransactionIfsDto {
private String ifsOperationTime; // 操作时间
}

1
src/main/java/com/gaotao/modules/other/service/OtherOutboundService.java

@ -24,3 +24,4 @@ public interface OtherOutboundService {
List<OtherOutboundHistoryDto> getOtherOutboundHistory(String site);
}
Loading…
Cancel
Save