田源
2024-01-23 1e363c55cfef0a4e2a202d4c27d8c1da03075c83
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeRuleService.java
@@ -145,7 +145,7 @@
    * @param codeRuleDTO 主数据编码规则数据传输对象,oid和ts需要传输
    * @return 主数据编码规则显示对象
    */
   R cloneCodeRule(CodeRuleDTO codeRuleDTO) throws VciBaseException, ServerException;
   R cloneCodeRule(CodeRuleDTO codeRuleDTO) throws ServerException;
   /**
    * 编码规则清空所有已生成的编码
@@ -167,6 +167,5 @@
    * @return 执行结果
    */
   R checkLikeCodeRule(String oid) throws VciBaseException;
}