@@ -210,6 +210,7 @@ public class TmProject implements Serializable {
}
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+ @JSONField(format = "yyyy-MM-dd HH:mm:ss")
public Date getEditTime() {
return updateTime;