|
|
|
@ -1,12 +1,6 @@
|
|
|
|
|
package ${domain}.module.wsys.mgr;
|
|
|
|
|
|
|
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
|
|
import com.github.pagehelper.PageInfo;
|
|
|
|
|
import com.github.pagehelper.util.StringUtil;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.scheduling.support.CronSequenceGenerator;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
import ${domain}.frame.auth.LocalData;
|
|
|
|
|
import ${domain}.frame.auth.Token;
|
|
|
|
|
import ${domain}.frame.base.ErrorType;
|
|
|
|
|
import ${domain}.frame.schedule.RunCronTask;
|
|
|
|
@ -28,6 +22,13 @@ import ${domain}.module.wsys.rsp.TaskSqlCreateResponse;
|
|
|
|
|
import ${domain}.module.wsys.rsp.TaskSqlDeleteResponse;
|
|
|
|
|
import ${domain}.module.wsys.rsp.TaskSqlFindResponse;
|
|
|
|
|
import ${domain}.module.wsys.rsp.TaskSqlUpdateResponse;
|
|
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
|
|
import com.github.pagehelper.PageInfo;
|
|
|
|
|
import com.github.pagehelper.util.StringUtil;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.scheduling.support.CronSequenceGenerator;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
|
|
import java.time.Duration;
|
|
|
|
|
|
|
|
|
|