init
This commit is contained in:
@@ -16,7 +16,9 @@ import java.util.List;
|
||||
*/
|
||||
public interface UserPicturesService extends IService<UserPictures> {
|
||||
|
||||
List<UserPictures> listByUserId(Long userId);
|
||||
List<UserPictures> listByUserIdAuditingAndSuccess(Long userId);
|
||||
|
||||
List<UserPictures> listByUserIdSuccess(Long userId);
|
||||
|
||||
Page<UserPicturesAdminVo> pageAdmin(PageQuery pageQuery, UserPicturesAdminVo bo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user