package com.xzx.gc.system.mapper; import com.xzx.gc.entity.SysItemPrice; import com.xzx.gc.util.GcMapper; import java.util.List; public interface SysItemPriceMapper extends GcMapper { List findPriceByUserId(String userId); }