wanghong
2023-12-21 f1f3a8b8a6db93906fb283d7bfd3cb5b4a6fd8c7
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;
   /**
    * 编码规则清空所有已生成的编码
@@ -168,5 +168,4 @@
    */
   R checkLikeCodeRule(String oid) throws VciBaseException;
}