ruoyi-api/ruoyi-api-study/src/main/java/com/ruoyi/study/api/model/TGameRecord.java
@@ -25,8 +25,8 @@ /** * 主键id */ @TableId(value = "id", type = IdType.AUTO) private Integer id; @TableId(value = "id", type = IdType.NONE) private Long id; /** * 用户id */ @@ -45,6 +45,9 @@ */ @ApiModelProperty(value = "用时时间 秒") private Integer useTime; @ApiModelProperty(value = "用时时间 秒") @TableField(exist = false) private String useTime1; @ApiModelProperty(value = "游戏时间") @TableField(exist = false) private String time;