hjl
2024-07-19 3644457f4c197439a3d2ef16cd218b426d8fbc56
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TUserPresentRecord.java
@@ -22,8 +22,8 @@
@TableName("t_user_present_record")
public class TUserPresentRecord {
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.NONE)
    private Long id;
    /**
     * 用户id