| | |
| | | import com.vci.ubcs.starter.exception.VciBaseException; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | import java.rmi.ServerException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | */ |
| | | List<Map<String,String>> getDataByRuleId(String codeRuleId,String chartType)throws VciBaseException; |
| | | |
| | | /** |
| | | * 下拉数据源 |
| | | * @param codeRuleId |
| | | * @param chartType |
| | | * @return |
| | | * @throws VciBaseException |
| | | */ |
| | | List<Map<String, String>> getSelectListByRuleId(String codeRuleId,String chartType) throws ServerException; |
| | | |
| | | /** |
| | | * 字符集正则拼装 |
| | | * @param codeRuleId |
| | | * @param chartType |
| | | * @return |
| | | * @throws VciBaseException |
| | | */ |
| | | String getRegexStrByCodeRuleId(String codeRuleId,String chartType) throws ServerException; |
| | | |
| | | /*** |
| | | * 保存编码规则字符集 |
| | | * @param codeRuleCharacterVO |