xiejun
2024-11-01 0496aed6e04c5084f05ce1035ba9ec38e3d4e9c7
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;
}