package com.ruoyi.system.entity; import java.io.Serializable; public class TechnologyTypeSelectByPageDO implements Serializable { private Integer id; private String technologyName; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getTechnologyName() { return technologyName; } public void setTechnologyName(String technologyName) { this.technologyName = technologyName; } }