智慧农业后台管理
tangzy
2022-06-06 fe9a0e82ce550d4c819cd002ca98f9c4aeb028cc
src/main/java/org/springblade/modules/farm/entity/FarmingRecord.java
@@ -77,4 +77,9 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date createTime;
   /**
    * 农产品id
    */
   private Integer strainId;
}