智慧农业后台管理
tangzy
2022-05-23 3c78c18fb8a906ab659ac2936e7ab91ddae23f6f
src/main/java/org/springblade/modules/recovery/entity/Recovery.java
@@ -81,4 +81,9 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date createTime;
   /**
    * 溯源码编号
    */
   private String code;
}