|
|
@ -47,7 +47,9 @@ public interface PowerKernelHouseholdDao extends BaseDao<PowerKernelHouseholdEnt |
|
|
|
|
|
|
|
List<String> queryIds(String customerId, String axisStructId); |
|
|
|
|
|
|
|
List<PowerKernelListPostitionResultDTO> queryListPosition(String axisStructId, String customerId, int limit); |
|
|
|
List<PowerKernelListPostitionResultDTO> queryListPosition(@Param("axisStructId") String axisStructId, |
|
|
|
@Param("customerId") String customerId, |
|
|
|
@Param("limit") int limit); |
|
|
|
|
|
|
|
|
|
|
|
List<PowerKernelHouseholdDTO> getPage(Map<String, Object> params); |
|
|
|