田源
2023-12-13 06e0f271f33e4e68d0ea52dacee836c44bd0296b
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;
}