Administrator
2021-09-01 d2b36578cce2b0f955d2c2d8e41d0f54e235b28d
src/main/java/org/springblade/modules/equipage/entity/Equipage.java
@@ -73,6 +73,15 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date dateForProduction;
   /**
    * 责任人id
    */
   @TableField("user_id")
   private Long userId;
   /**
    * 数量
    */
   private Integer num;
}