廖井涛
2024-09-09 0e2a5943fdcc6c7bcaf58c3dc9752c46766bf2e3
north-glass-erp/src/main/java/com/example/erp/entity/userInfo/Role.java
@@ -7,6 +7,6 @@
@Data
public class Role {
    @TableId(type = IdType.AUTO)
    private String id;
    private Integer id;
    private String role;
}