package com.xzx.gc.user.mapper; import com.xzx.gc.entity.UserHeadDetails; import com.xzx.gc.user.dto.HeadProfitLitDto; import com.xzx.gc.user.vo.HeadProfitListVo; import com.xzx.gc.util.GcMapper; import org.apache.ibatis.annotations.Param; import java.util.List; public interface UserHeadDetailsMapper extends GcMapper { List selectHeadProfitListInPage(@Param("userId") String userId); }