|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.ningdatech.pmapi.common.helper; |
|
|
|
|
|
|
|
import com.ningdatech.pmapi.user.security.auth.model.UserFullInfoDTO; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
/** |
|
|
@@ -19,4 +20,6 @@ public interface UserInfoHelper { |
|
|
|
*/ |
|
|
|
String getOrganizationCode(Long userId); |
|
|
|
|
|
|
|
UserFullInfoDTO getUserFullInfo(Long userId); |
|
|
|
|
|
|
|
} |