package com.ruoyi.project.activiti.domain; public class SelectVo { private String text; private String value; public String getText() { return text; } public void setText(String text) { this.text = text; } public String getValue() { return value; } public void setValue(String value) { this.value = value; } }