public interface IScheduleJobStore
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByPrimaryKey(Long jobId) |
List<ScheduleJob> |
getAll(YesOrNo isActiv) |
int |
insert(ScheduleJob record) |
ScheduleJob |
selectByGroupAndName(String jobGroup,
String jobName) |
ScheduleJob |
selectByPrimaryKey(Long jobId) |
int |
updateByPrimaryKey(ScheduleJob record) |
int deleteByPrimaryKey(Long jobId)
int insert(ScheduleJob record)
ScheduleJob selectByPrimaryKey(Long jobId)
ScheduleJob selectByGroupAndName(String jobGroup, String jobName)
int updateByPrimaryKey(ScheduleJob record)
List<ScheduleJob> getAll(YesOrNo isActiv)
Copyright © 2018. All rights reserved.