package com.xzx.gc.shop.mapper; import com.xzx.gc.entity.AccountInfo; import com.xzx.gc.util.GcMapper; import org.apache.ibatis.annotations.Param; public interface AccountInfoMapper extends GcMapper { AccountInfo selectAccountInfoByUserId(@Param("userId") String userId); }