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