소스 검색

1.新增定时任务,每日零点自动排查已出库的库存出库状态未更新的库存,自动更新出库状态

dw 3 주 전
부모
커밋
07d585e302
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      src/main/java/com/th/demo/tools/ScheduledTools.java

+ 10
- 0
src/main/java/com/th/demo/tools/ScheduledTools.java 파일 보기

@@ -0,0 +1,10 @@
1
+package com.th.demo.tools;
2
+
3
+import org.springframework.context.annotation.Configuration;
4
+import org.springframework.scheduling.annotation.EnableScheduling;
5
+
6
+@Configuration
7
+@EnableScheduling
8
+public class ScheduledTools {
9
+
10
+}

Loading…
취소
저장