|
|
@ -48,9 +48,9 @@ public class TcTbwc extends BaseEntity
|
|
|
|
private String overScale;
|
|
|
|
private String overScale;
|
|
|
|
|
|
|
|
|
|
|
|
/** 年份 */
|
|
|
|
/** 年份 */
|
|
|
|
@Excel(name = "年份", dateFormat = "yyyy-MM-dd")
|
|
|
|
@Excel(name = "年份", dateFormat = "yyyy")
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy", timezone = "GMT+8")
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
|
|
@DateTimeFormat(pattern = "yyyy")
|
|
|
|
@ApiModelProperty(value = "年份")
|
|
|
|
@ApiModelProperty(value = "年份")
|
|
|
|
private Date year;
|
|
|
|
private Date year;
|
|
|
|
}
|
|
|
|
}
|
|
|
|