xiaoyong931011
2021-07-07 fced9fc9ee879552238a1c83f884c7fa61ba6c07
1
2
3
4
5
6
7
package com.xzx.gc.order.mapper;
 
import com.xzx.gc.entity.LongiLati;
import com.xzx.gc.util.GcMapper;
 
public interface LongiLatiMapper extends GcMapper<LongiLati> {
}