智慧农业后台管理
zhongrj
2022-07-29 4dff39db1e80e2c2dff1cf70f5ba9b199b5ebdc7
src/main/java/org/springblade/modules/recovery/entity/Recovery.java
@@ -61,8 +61,8 @@
   /**
    * 采收时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date time;
   /**
@@ -92,4 +92,5 @@
    * 租户id
    */
   private String tenantId;
}