xiaoyong931011
2021-11-19 ca390645fe6ffd99bbe2056fad48c09842022722
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> {
}