【添加】添加IAM对接的空白实体
This commit is contained in:
Binary file not shown.
@@ -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>
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package com.jero.modules.docking.iam.controller.dto;
|
||||
|
||||
public class IamOrgDto {
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
package com.jero.modules.docking.iam.controller.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Data
|
||||
public class IamUserDto {
|
||||
}
|
||||
Reference in New Issue
Block a user