增加了 tenantid 字段业务
diff --git a/build.gradle b/build.gradle
index 7a92f84..5685846 100644
--- a/build.gradle
+++ b/build.gradle
@@ -55,6 +55,8 @@
     implementation 'commons-dbcp:commons-dbcp:1.4'
 
     annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
+    annotationProcessor 'org.projectlombok:lombok:1.18.8'
+    compileOnly 'org.projectlombok:lombok:1.18.8'
 
     providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
     testImplementation 'org.springframework.boot:spring-boot-starter-test'