package com.terra.lfdcexp.dao;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.terra.lfdcexp.entity.WeilanMonEntity;
|
import org.apache.ibatis.annotations.Mapper;
|
|
/**
|
* ${comments}
|
*
|
* @author chenshun
|
* @email sunlightcs@gmail.com
|
* @date 2023-12-05 16:11:48
|
*/
|
@Mapper
|
public interface WeilanMonDao extends BaseMapper<WeilanMonEntity> {
|
|
}
|