From 309de8506f5e08dea1c8fdd0d377f0884aa21dd7 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 18 三月 2024 18:21:39 +0800
Subject: [PATCH] 集成相关更改

---
 Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/service/IGroupMdmInterService.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/service/IGroupMdmInterService.java b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/service/IGroupMdmInterService.java
index 05f1edf..15a7626 100644
--- a/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/service/IGroupMdmInterService.java
+++ b/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;
+
 }

--
Gitblit v1.9.3