瀏覽代碼

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…
取消
儲存