|
|
@ -77,7 +77,7 @@ public interface PowerAxisStructDao extends BaseDao<PowerAxisStructEntity> { |
|
|
|
|
|
|
|
int queryGridParty(String agencyId,String customerId,String gridCateGoryCode); |
|
|
|
|
|
|
|
int queryGroupParty(String agencyId,String customerId,String groupCateGoryCode); |
|
|
|
int queryGroupParty(@Param("agencyId") String agencyId,@Param("customerId") String customerId,@Param("groupCateGoryCode") String groupCateGoryCode); |
|
|
|
|
|
|
|
int getKernelHouseHold(PowerAxisStructViewFormDTO form); |
|
|
|
|
|
|
|