| | |
| | | import com.vci.ubcs.code.entity.CodeRule; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeRuleVO; |
| | | import com.vci.ubcs.com.vci.starter.exception.VciBaseException; |
| | | |
| | | import com.vci.ubcs.starter.exception.VciBaseException; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | import java.util.Collection; |
| | |
| | | * @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; |
| | | |
| | | /** |
| | | * 删除主数据编码规则 |