xiaoyong931011
2021-07-16 17a07481c3292e6fcbc7fff3dcbeb8ae817c178c
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.SysItemPrice;
import com.xzx.gc.util.GcMapper;
 
public interface SysItemPriceMapper extends GcMapper<SysItemPrice> {
}