| | |
| | | import com.iailab.module.model.mcs.sche.vo.StScheduleModelPageReqVO; |
| | | import com.iailab.module.model.mcs.sche.vo.StScheduleModelSaveReqVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author PanZhibao |
| | | * @date 2021年07月20日 14:13 |
| | | */ |
| | | public interface StScheduleModelService extends BaseService<StScheduleModelEntity> { |
| | | public interface StScheduleModelService { |
| | | |
| | | PageResult<StScheduleModelEntity> page(StScheduleModelPageReqVO reqVO); |
| | | |
| | | List<StScheduleModelEntity> list(); |
| | | |
| | | void create(StScheduleModelSaveReqVO reqVO); |
| | | |
| | | void update(StScheduleModelSaveReqVO reqVO); |