Commit cc310180 authored by xuxuzhesi's avatar xuxuzhesi
Browse files

#1523 Fix the entity exception

#1523 Fix the entity exception
parent 67a73dc9
Showing with 0 additions and 1 deletion
+0 -1
.gitignore 100755 → 100644
File mode changed from 100755 to 100644
......@@ -10,7 +10,6 @@ import javax.persistence.*;
*/
@Entity
@Table(name = "FAVORITES_ROLE")
@EntityListeners(value = ProcRoleBindingEntityListener.class)
public class FavoritesRoleEntity {
@Id
private String id;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment