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

cn.tenfell.tools.nocontroller.utilsentity.InterfaceDocEntity Maven / Gradle / Ivy

The newest version!
package cn.tenfell.tools.nocontroller.utilsentity;
import java.util.List;
public class InterfaceDocEntity {
    //模块名称
    String name;
    //接口集合
    List list;
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    public List getList() {
        return list;
    }
    public void setList(List list) {
        this.list = list;
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy