吴健
2024-11-16 99e00ff4a4542e5fb3378e2d8c18e0eeabc0bb29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package mapper;
 
import domain.DaParamCollection;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author Dell
* @description 针对表【da_param_collection(参数采集)】的数据库操作Mapper
* @createDate 2024-11-16 10:33:43
* @Entity generator.domain.DaParamCollection
*/
public interface DaParamCollectionMapper extends BaseMapper<DaParamCollection> {
 
}