All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mg.framework.entity.vo.TableSelectVo Maven / Gradle / Ivy

The newest version!
package com.mg.framework.entity.vo;

/**
 * Created by liukefu on 2015/12/3.
 */
public class TableSelectVo {
    String text;
    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;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy