src/main/java/org/springblade/modules/dispatcher/entity/Dispatcher.java @@ -98,4 +98,11 @@ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date endTime; /** * 保安公司(组织机构)id */ @TableField("dept_id") private Long deptId; }