田源
2023-12-04 39f59f013c74c4a2a5b35df4f4b389659610a219
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;
}