智慧农业后台管理
Administrator
2022-05-31 6f7fd53b38334de7bf22618fb79a528103f5954c
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;
}