【添加】添加IAM对接的空白实体

This commit is contained in:
zer0Black
2023-09-30 19:51:46 +08:00
parent 5e0455de12
commit 1359bf35dd
7 changed files with 1233 additions and 1220 deletions
Binary file not shown.
+7
View File
@@ -22,6 +22,13 @@
<groupId>com.jero.boot</groupId>
<artifactId>laws-modules</artifactId>
</dependency>
<dependency>
<groupId>com.banboocloud</groupId>
<artifactId>bim-codec</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/bim-codec-1.0.0.jar</systemPath>
</dependency>
</dependencies>
</project>
@@ -0,0 +1,4 @@
package com.jero.modules.docking.iam.controller.dto;
public class IamOrgDto {
}
@@ -0,0 +1,10 @@
package com.jero.modules.docking.iam.controller.dto;
import lombok.Data;
/**
*
*/
@Data
public class IamUserDto {
}