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; }