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