田源
2023-12-01 504dcb79430e0010e6b443e1ae2ef7f35b86e1a7
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;
}