|
|
@@ -2,7 +2,6 @@ package com.goafanti.common.dao;
|
|
|
|
|
|
import com.goafanti.common.model.PublicAssistDetails;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
-import org.springframework.data.domain.Pageable;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -81,5 +80,6 @@ public interface PublicAssistDetailsMapper {
|
|
|
*/
|
|
|
int deleteById(Integer id);
|
|
|
|
|
|
+ PublicAssistDetails selectByPrid(Integer id);
|
|
|
}
|
|
|
|