Helius
2021-06-28 2b3cf8e87398099ba0818ea84e6c751871beac1c
1
2
3
4
5
6
7
8
9
10
11
12
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.SysStorage;
import com.xzx.gc.model.admin.SysStorageApiModel;
import com.xzx.gc.util.GcMapper;
 
import java.util.List;
 
public interface SysStorageMapper extends GcMapper<SysStorage> {
 
 
}