|
|
@@ -1,5 +1,6 @@
|
|
|
package com.zhongshu.card.client.service.org;
|
|
|
|
|
|
+import com.github.microservice.auth.security.type.AuthType;
|
|
|
import com.zhongshu.card.client.model.org.*;
|
|
|
import com.zhongshu.card.client.ret.ResultContent;
|
|
|
import io.swagger.v3.oas.annotations.Operation;
|
|
|
@@ -24,5 +25,7 @@ public interface OrganizationService {
|
|
|
|
|
|
public ResultContent<Page<OrganizationModel>> pageProject(OrganizationSearchParam param, Pageable pageable);
|
|
|
|
|
|
+ public ResultContent buildCode(AuthType authType);
|
|
|
+
|
|
|
ResultContent initSuperOrganization();
|
|
|
}
|