ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/domain/TGameRecord.java
@@ -60,14 +60,10 @@ */ @ApiModelProperty(value = "游戏难度(0入门、1中级、2高级)") private Integer gameDifficulty; @ApiModelProperty(value = "游戏时间") @TableField(exist = false) private String time; /** * 创建时间 */ @ApiModelProperty(value = "记录创建时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm") @TableField(value = "createTime", fill = FieldFill.INSERT) private Date createTime; }