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

com.quhaodian.data.rest.domain.NamePage Maven / Gradle / Ivy

There is a newer version: 1.8.7
Show newest version
package com.quhaodian.data.rest.domain;

import java.util.List;

/**
 * 简单返回名字+id的集合
 *
 * @author 73552
 */
public class NamePage extends AbstractVo {


  private List list;


  public List getList() {
    return list;
  }

  public void setList(List list) {
    this.list = list;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy