xiejun
2023-09-05 ce5dce2d7f6eefbbe863d99e8adfa5d4ed5e229a
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.DockingSysIntParam;
 
public interface DockingSysIntParamMapper extends BaseMapper<DockingSysIntParam> {
}