yuxc
2023-04-21 35a36f60cdbd9ef3bf2ab7be9f418f988c93c5eb
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeRuleService.java
@@ -56,14 +56,14 @@
    * @param codeRuleDTO 主数据编码规则数据传输对象
    * @return 执行结果
    */
   Boolean addSave(CodeRuleDTO codeRuleDTO) throws VciBaseException;
   boolean addSave(CodeRuleDTO codeRuleDTO) throws VciBaseException;
   /**
    * 修改主数据编码规则
    * @param codeRuleDTO 主数据编码规则数据传输对象
    * @return 执行结果
    */
   Boolean editSave(CodeRuleDTO codeRuleDTO) throws VciBaseException;
   boolean editSave(CodeRuleDTO codeRuleDTO) throws VciBaseException;
   /**
    * 删除主数据编码规则