智慧农业后台管理
zengh
2022-07-13 b0c97ec3c78fb54873cb3177a91e1fae5926d687
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;
   /**
    * 商品名称
@@ -86,4 +86,15 @@
    */
   private Integer recoveryId;
   /**
    * 单位id
    */
   private String deptId;
   /**
    * 租户id
    */
   private String tenantId;
}