update 运行年份改为String类型
This commit is contained in:
@@ -77,11 +77,9 @@ public class MemberProject implements Serializable {
|
||||
/**
|
||||
* 运行年份
|
||||
*/
|
||||
@Excel(name = "运行年份", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "运行年份", width = 15)
|
||||
@ApiModelProperty(value = "运行年份")
|
||||
private java.time.LocalDate particularYear;
|
||||
private String particularYear;
|
||||
|
||||
/**
|
||||
* 负责人id
|
||||
|
||||
Reference in New Issue
Block a user