mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
新增赛程功能
This commit is contained in:
@@ -41,7 +41,7 @@ public class CompetitionTeamVsTeam extends BaseEntity
|
||||
private String guestTeamName;
|
||||
|
||||
/** 比赛时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
@Excel(name = "比赛时间", width = 60, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date competitionTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user