添加注释和lombok

This commit is contained in:
Mdai
2022-12-15 16:11:11 +08:00
parent f16950d1ee
commit f60b59b4ca
22 changed files with 126 additions and 1072 deletions

View File

@@ -51,6 +51,12 @@
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>