智慧农业后台管理
tangzy
2022-06-11 8bdbba337b312e8d5b5769f945236b9b5472ebc2
src/main/java/org/springblade/modules/traceability/entity/Traceability.java
@@ -62,6 +62,11 @@
   private Date createTime;
   /**
    * 重量
    */
   private String weight;
   /**
    * 溯源码编号
    */
   private String code;
@@ -76,4 +81,9 @@
    */
   private String print;
   /**
    * 采收记录id
    */
   private Integer recoveryId;
}