| | |
| | | |
| | | /** |
| | | * 分页查询 |
| | | * @param baseQueryObject 查询对象 |
| | | * @param query 分页 |
| | | * @param condition 查询条件 |
| | | * @return 查询结果 |
| | | * @throws VciBaseException 查询出错时抛出异常 |
| | | */ |
| | | IPage<RevisionRuleVO> pageQueryVO(BaseQueryObject baseQueryObject) throws VciBaseException; |
| | | IPage<RevisionRuleVO> pageQueryVO(Map<String, Object> condition, Query query) throws VciBaseException; |
| | | |
| | | /** |
| | | * 查看应用范围 |
| | | * @param id id |
| | | * @return 执行结果 |
| | | */ |
| | | List<BtmTypeVO> getApplyRange(String id); |
| | | |
| | | /** |
| | | * 根据id获取版本规则 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | RevisionRuleVO getReversionRuleById(String id); |
| | | |
| | | } |