|
@@ -35,10 +35,6 @@ public class SysPrivilege extends BaseEntity implements Serializable {
|
|
|
@TableField("org_id")
|
|
|
private Long orgId;
|
|
|
|
|
|
- @ApiModelProperty(value = "是否公用,0:否,1:是")
|
|
|
- @TableField("common")
|
|
|
- private Boolean common;
|
|
|
-
|
|
|
@ApiModelProperty(value = "名称")
|
|
|
@TableField(value = "name")
|
|
|
private String name;
|
|
@@ -88,14 +84,6 @@ public class SysPrivilege extends BaseEntity implements Serializable {
|
|
|
this.orgId = orgId;
|
|
|
}
|
|
|
|
|
|
- public Boolean getCommon() {
|
|
|
- return common;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCommon(Boolean common) {
|
|
|
- this.common = common;
|
|
|
- }
|
|
|
-
|
|
|
public static long getSerialVersionUID() {
|
|
|
return serialVersionUID;
|
|
|
}
|