lihang
2023-07-13 08110ca678e3316f8adfad451a6a7fd5f845893d
1
2
3
4
5
6
7
package com.vci.ubcs.code.webservice.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.vci.ubcs.code.webservice.entity.DockingPreViewModel;
 
public interface DockingPreViewModelMapper extends BaseMapper<DockingPreViewModel> {
}