| | |
| | | package com.vci.ubcs.code.webservice.service; |
| | | |
| | | |
| | | import com.vci.ubcs.starter.exception.VciBaseException; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | /*** |
| | |
| | | * @param oids |
| | | * @param btmName |
| | | * @return 返回结果信息 |
| | | * @throws Exception |
| | | * @throws Throwable |
| | | */ |
| | | public R applyGroupCode(String oids, String btmName)throws Throwable; |
| | | |
| | |
| | | public R queryClassModel(String jtclsfId)throws Throwable; |
| | | |
| | | |
| | | |
| | | /*** |
| | | * 查询分类详细模型视图 |
| | | * @param jtclsfId:集团分类oid |
| | | * @return 返回结果信息 |
| | | * @throws Throwable |
| | | */ |
| | | public R queryMdmModel()throws Throwable; |
| | | |
| | | /*** |
| | | *同步集团模型视图 |
| | | * @param classifyId |
| | | * @param operationType |
| | | * @return |
| | | */ |
| | | R syncClassifyModel(String classifyId, String operationType)throws VciBaseException; |
| | | } |