相关代码 |
|
package com.hongsoft.res.pojo; public class ResPrivilege { private long resID; private long id; private int type; public long getResID() { return resID; } public void setResID(long resID) { this.resID= resID; } public long getId() { return id; } public void setId(long id) { this.id= id; } public void setType(int type) { this.type= type; } public int getType() { return type; } }
相关资源 |
|