This commit is contained in:
张良(004796)
2024-01-05 18:33:00 +08:00
parent 0fa2841213
commit ab1e56f773
16 changed files with 18 additions and 79 deletions

View File

@@ -24,7 +24,7 @@ public class UserMember implements Serializable {
*
*/
@TableId(value = "id",type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 用户ID
*/