田源
2024-03-19 33d8416c5a16fee7464df9774678bc60e47ff956
Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/service/IGroupMdmInterService.java
@@ -9,6 +9,7 @@
 * @author xiejun
 */
public interface IGroupMdmInterService {
   /***
    * 主数据像集团申请编码
    * @param oids
@@ -25,7 +26,6 @@
    * @return 返回结果信息
    * @throws Throwable
    */
   public R receiveEditApply(String oids, String btmName)throws Throwable;
   /***
@@ -36,13 +36,13 @@
    */
   public R queryClassModel(String jtclsfId)throws Throwable;
   /***
    * 查询分类详细模型视图
    * @return 返回结果信息
    * @throws Throwable
    */
   public R queryMdmModel()throws Throwable;
   /***
    *同步集团模型视图
    * @param classifyId
@@ -58,4 +58,5 @@
    * @throws VciBaseException
    */
   R queryApplyState(String oids)throws VciBaseException;
}