数据范围过滤属性调整

This commit is contained in:
RuoYi
2020-06-08 07:42:41 +08:00
parent b0af4a1c04
commit 4301f2022b
5 changed files with 9 additions and 17 deletions

View File

@@ -36,9 +36,6 @@ public class BaseEntity implements Serializable
/** 备注 */
private String remark;
/** 数据权限 */
private String dataScope;
/** 开始时间 */
@JsonIgnore
private String beginTime;
@@ -110,16 +107,6 @@ public class BaseEntity implements Serializable
this.remark = remark;
}
public String getDataScope()
{
return dataScope;
}
public void setDataScope(String dataScope)
{
this.dataScope = dataScope;
}
public String getBeginTime()
{
return beginTime;