YgglMainImportlogMapper.java 370 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package cn.timer.api.dao.yggl;


import cn.timer.api.bean.yggl.YgglMainImportLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 *
 *
 * @author wgd
 * @email 862422848@qq.com
 * @date 2022-06-10 17:42:53
 */
@Repository
public interface YgglMainImportlogMapper extends BaseMapper<YgglMainImportLog> {

}