智慧农业后台管理
guoshilong
2022-11-08 72b971c98c46531064d74b68fc8fe8864ed0b544
src/main/java/org/springblade/modules/recovery/entity/Recovery.java
@@ -35,7 +35,7 @@
   /**
    * 品种id
    */
   private Integer strainId;
   private String strainId;
   /**
    * 土地id
@@ -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;
}