田源
2023-09-15 80ef464bf93212805d6b36f12b7791edda04e23e
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> {
}