智慧农业后台管理
zengh
2022-07-11 34159df2cce79612bef8681bcfcfda238b52bcd4
src/main/java/org/springblade/modules/traceability/entity/Traceability.java
@@ -24,7 +24,7 @@
    * 主键id
    */
   @TableId(value = "id",type = IdType.AUTO)
   private Integer id;
   private Long id;
   /**
    * 商品名称
@@ -62,6 +62,11 @@
   private Date createTime;
   /**
    * 重量
    */
   private String weight;
   /**
    * 溯源码编号
    */
   private String code;
@@ -76,4 +81,20 @@
    */
   private String print;
   /**
    * 采收记录id
    */
   private Integer recoveryId;
   /**
    * 农场id
    */
   private String deptId;
   /**
    * 租户id
    */
   private String tenantId;
}