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