wangting
2023-07-14 1a43773bf1510edefe5fa46803b18a4a86a2fb26
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> {
}