智慧农业后台管理
tangzy
2022-05-30 0f51855b9046632aef8b517eb35b9116e5ea8b72
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;
}