添加同步关键零部件数据
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
package com.jero.modules.laws.part.job;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.quartz.Job;
|
||||
import org.quartz.JobExecutionContext;
|
||||
import org.quartz.JobExecutionException;
|
||||
|
||||
/**
|
||||
* 同步关键零部件数据
|
||||
*/
|
||||
@Slf4j
|
||||
public class SyncPartPmmPartitionInfoJob implements Job {
|
||||
|
||||
|
||||
@Override
|
||||
public void execute(JobExecutionContext context) throws JobExecutionException {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user