This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
37
Wiki
Activity
Browse Source
组织管理
tags/24080901
Lierbao
2 years ago
parent
1ce0404417
commit
fdd382e6ed
2 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pmapi/pom.xml
+13
-0
pmapi/src/main/java/com/ningdatech/pmapi/organization/manage/OrganizationManage.java
+ 1
- 0
pmapi/pom.xml
View File
@@ -291,6 +291,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
+ 13
- 0
pmapi/src/main/java/com/ningdatech/pmapi/organization/manage/OrganizationManage.java
View File
@@ -0,0 +1,13 @@
package com.ningdatech.pmapi.organization.manage;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Component;
/**
* @author liuxinxin
* @date 2023/1/13 下午2:55
*/
@Component
@RequiredArgsConstructor
public class OrganizationManage {
}
Write
Preview
Loading…
Cancel
Save