Newer
Older
device-data-creator / src / main / java / com / casic / dao / WellLocalDataMapper.java
chaizhuang on 22 May 2023 260 bytes 亦庄上数
package com.casic.dao;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.casic.entity.WellLocalData;
import org.apache.ibatis.annotations.Mapper;

@Mapper
public interface WellLocalDataMapper  extends BaseMapper<WellLocalData> {

}