xiaoyong931011
2021-11-09 2ef4c9581dfa56582e63566aadc112aa9bc6f4a1
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> {
}