Ver código fonte

feature 代码提交

xiahan 8 meses atrás
pai
commit
79c8647efc

+ 11 - 0
jsglkh-common/src/main/java/com/rongwei/bscommon/sys/service/ScheduledTasksServiceBySqlServer.java

@@ -0,0 +1,11 @@
+package com.rongwei.bscommon.sys.service;
+
+
+/**
+ *
+ */
+public interface ScheduledTasksServiceBySqlServer {
+
+    void projectAboutSync();
+
+}