Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeRuleCharacterService.java
@@ -32,8 +32,9 @@ /*** * 保存编码规则字符集 * @param codeRuleCharacterVO * @param operationType * @return */ R saveOrUpdate(CodeRuleCharacterVO codeRuleCharacterVO)throws VciBaseException; R saveOrUpdate(CodeRuleCharacterVO codeRuleCharacterVO,int operationType)throws VciBaseException; }