自定义方法多选
@Selection(method = "selectType", multiple = true)
private String type;
public List<Option> selectType(String[] value) {
}
@Selection(method = "selectType", multiple = true)
private String type;
public List<Option> selectType(String[] value) {
}
This version of the page was edited by lizhanbin at . View the most recent version.