xiaoyong931011
2021-07-16 9fe8f2b9eb26431e0da9ddcc55c8d0ca2f6d259c
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> {
}