Class Y9CommonAppForPersonCustomRepositoryImpl
- java.lang.Object
-
- net.risesoft.y9public.repository.custom.impl.Y9CommonAppForPersonCustomRepositoryImpl
-
- All Implemented Interfaces:
Y9CommonAppForPersonCustomRepository
@Component public class Y9CommonAppForPersonCustomRepositoryImpl extends Object implements Y9CommonAppForPersonCustomRepository
个人常用应用- Author:
- mengjuhua
-
-
Constructor Summary
Constructors Constructor Description Y9CommonAppForPersonCustomRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAppNamesByPersonId(String personId)longgetCount()
-
-
-
Method Detail
-
getAppNamesByPersonId
public List<String> getAppNamesByPersonId(String personId)
- Specified by:
getAppNamesByPersonIdin interfaceY9CommonAppForPersonCustomRepository
-
getCount
public long getCount()
- Specified by:
getCountin interfaceY9CommonAppForPersonCustomRepository
-
-