fujunling
2023-06-05 70fb56a9fb61f70ccc55fcbc085b470e9423858a
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> {
}