package com.xzx.gc.shop.mapper; import com.xzx.gc.entity.UserInfo; import com.xzx.gc.util.GcMapper; /** * @author wzy * @date 2021-06-25 **/ public interface UserInfoMapper extends GcMapper { }