Helius
2021-06-28 f820cfcc5f5ce5faa9af12efe9069bba82958f86
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> {
}