田源
2024-01-09 098d4e74eb55b47c75869c3c51202b2f22937a7f
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;
}