| | |
| | | |
| | | import java.util.List; |
| | | import com.se.common.core.utils.DateUtils; |
| | | import com.se.system.service.inte.ISysTaskCtrlService; |
| | | import org.springframework.stereotype.Service; |
| | | import com.se.system.mapper.SysTaskCtrlMapper; |
| | | import com.se.system.domain.SysTaskCtrl; |
| | | import com.se.system.service.inte.ISysTaskCtrlService; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | |
| | | * 分系统任务控制Service业务层处理 |
| | | * |
| | | * @author se |
| | | * @date 2024-12-07 |
| | | * @date 2024-12-09 |
| | | */ |
| | | @Service |
| | | public class SysTaskCtrlServiceImpl implements ISysTaskCtrlService |
| | | public class SysTaskCtrlServiceImpl implements ISysTaskCtrlService |
| | | { |
| | | @Resource |
| | | private SysTaskCtrlMapper sysTaskCtrlMapper; |