yuxc
2023-09-14 108816cf6e7c2e211a487b4f14d6250a5bea732b
1
2
3
4
5
6
7
package com.vci.ubcs.code.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.vci.ubcs.code.entity.DockingData;
 
public interface DockingDataMapper extends BaseMapper<DockingData> {
}