Commit bf385246 by huangjinxin

fix:实验代码

1 parent 252bba8b
...@@ -19,7 +19,7 @@ import java.util.Date; ...@@ -19,7 +19,7 @@ import java.util.Date;
@Data @Data
@Entity @Entity
@Table(name ="sys_role") @Table(name ="sys_role")
@EntityListeners(AuditingEntityListener.class) // @EntityListeners(AuditingEntityListener.class)
public class RoleEntity implements Serializable { public class RoleEntity implements Serializable {
private static final long serialVersionUID = -71423293715769828L; private static final long serialVersionUID = -71423293715769828L;
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!