|
@ -55,7 +55,6 @@ public class MineFace |
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
private Date useTime; |
|
|
private Date useTime; |
|
|
@NotNull(message = "未选择分组") |
|
|
|
|
|
@Excel(name = "分组id") |
|
|
@Excel(name = "分组id") |
|
|
private Long groupId; |
|
|
private Long groupId; |
|
|
@Excel(name = "创建时间", width = 20, dateFormat = "yyyy-MM-dd HH:mm:ss") |
|
|
@Excel(name = "创建时间", width = 20, dateFormat = "yyyy-MM-dd HH:mm:ss") |
|
|