@@ -25,6 +25,18 @@ public class RoleDTO extends CommonBaseDTO implements Serializable{
* 描述
*/
private String description;
+ /**
+ * 角色
+ */
+ private Integer type;
+
+ public Integer getType() {
+ return type;
+ }
+ public void setType(Integer type) {
+ this.type = type;
public Long getCompanyId() {
return companyId;