智慧农业后台管理
tangzy
2022-06-06 ebf304a3ffc81ce275340e63667c99c5fa58897b
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;
}