| | |
| | | import com.iailab.module.model.mcs.sche.entity.StSuggestSnapshotConfDetEntity; |
| | | import com.iailab.module.model.mcs.sche.vo.StSuggestSnapshotConfDetPageReqVO; |
| | | import com.iailab.module.model.mcs.sche.vo.StSuggestSnapshotConfDetRespVO; |
| | | import com.iailab.module.model.mcs.sche.vo.StSuggestSnapshotConfDetSaveReqVO; |
| | | import com.iailab.module.model.api.mcs.dto.StSuggestSnapshotConfDetSaveReqVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | void delete(String id); |
| | | |
| | | StSuggestSnapshotConfDetRespVO getByConfId(String confId); |
| | | List<StSuggestSnapshotConfDetRespVO> getByConfId(String confId); |
| | | |
| | | StSuggestSnapshotConfDetRespVO get(String id); |
| | | |
| | | Boolean updateByExt1(StSuggestSnapshotConfDetSaveReqVO updateReqVO); |
| | | } |