Class Y9logMappingCustomRepositoryImpl
- java.lang.Object
-
- net.risesoft.y9public.repository.custom.impl.Y9logMappingCustomRepositoryImpl
-
- All Implemented Interfaces:
Y9logMappingCustomRepository
@Component public class Y9logMappingCustomRepositoryImpl extends Object implements Y9logMappingCustomRepository
- Author:
- guoweijun, shidaobang, mengjuhua
-
-
Constructor Summary
Constructors Constructor Description Y9logMappingCustomRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCnModularName(String modularName)org.springframework.data.domain.Page<Y9logMapping>pageSearchList(Integer page, Integer rows, String modularName, String modularCnName)
-
-
-
Method Detail
-
getCnModularName
public String getCnModularName(String modularName)
- Specified by:
getCnModularNamein interfaceY9logMappingCustomRepository
-
pageSearchList
public org.springframework.data.domain.Page<Y9logMapping> pageSearchList(Integer page, Integer rows, String modularName, String modularCnName)
- Specified by:
pageSearchListin interfaceY9logMappingCustomRepository
-
-