| 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<SysItemPrice> {  | 
|     List<SysItemPrice> findPriceByUserId(String userId);  | 
| } |