|
@@ -1,7 +1,6 @@
|
|
|
package com.usky.system.domain;
|
|
|
|
|
|
|
|
|
-import cn.hutool.core.date.DateTime;
|
|
|
import com.usky.common.core.bean.BaseEntity;
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
@@ -55,11 +54,6 @@ public class SysRole extends BaseEntity
|
|
|
/** 部门组(数据权限) */
|
|
|
private Long[] deptIds;
|
|
|
|
|
|
- /**
|
|
|
- * 创建时间
|
|
|
- */
|
|
|
- private DateTime createTime;
|
|
|
-
|
|
|
/** 租户ID */
|
|
|
private Integer tenantId;
|
|
|
|
|
@@ -217,15 +211,6 @@ public class SysRole extends BaseEntity
|
|
|
{
|
|
|
this.deptIds = deptIds;
|
|
|
}
|
|
|
- public DateTime getCreateTime()
|
|
|
-{
|
|
|
- return createTime;
|
|
|
-}
|
|
|
-
|
|
|
- public void setCreateTime(DateTime createTime)
|
|
|
- {
|
|
|
- this.createTime = createTime;
|
|
|
- }
|
|
|
|
|
|
@Override
|
|
|
public String toString() {
|