初步完成

This commit is contained in:
2024-04-01 21:07:18 +08:00
parent 20da604267
commit 1b8568984d
66 changed files with 3156 additions and 1654 deletions

View File

@@ -131,6 +131,11 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -61,7 +61,6 @@ public class BaseEntity implements Serializable {
/**
* 部门id
*/
@Excel(name = "部门id")
@TableField(value = "dept_id", fill = FieldFill.INSERT)
private Long deptId;