chenlu
1 天以前 43322d13c1876b1705f8ba1eb2ef32e7a433cacc
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;
}