Browse Source

组织管理

master
Lierbao 1 year ago
parent
commit
fdd382e6ed
2 changed files with 14 additions and 0 deletions
  1. +1
    -0
      pmapi/pom.xml
  2. +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 {
}

Loading…
Cancel
Save