update 运行年份改为String类型

This commit is contained in:
lijiarao
2021-08-26 18:25:32 +08:00
parent 4e7ae4e984
commit 98d5e8ea16
@@ -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