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;
}