package com.landtool.lanbase.modules.res.entity; public class Res_ThemeRelation { private Integer themeid; private Integer sceneid; public Integer getThemeid() { return themeid; } public void setThemeid(Integer themeid) { this.themeid = themeid; } public Integer getSceneid() { return sceneid; } public void setSceneid(Integer sceneid) { this.sceneid = sceneid; } }