智慧农业后台管理
·
guoshilong
2022-09-23 bf1a1999cc8e1608e43bd07bec9ddd59544e0ccf
src/main/java/org/springblade/modules/remote/entity/Remote.java
@@ -51,8 +51,8 @@
   /**
    * 遥感时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM")
   private Date reTime;
   /**
    * 是否展示
@@ -72,6 +72,9 @@
    * 图片
    */
   private String reTp;
   /**
    * 0麻姑米集团、1水龙米业、2有机基地、3绿色基地、4育秧中心
    */
   private Integer type;
}