Newer
Older
huludao / src / main / java / com / newfiber / modules / inspection / dao / InspectionUserEquDao.java
@新烽开发者 新烽开发者 on 22 Jul 390 bytes init
package com.newfiber.modules.inspection.dao;

import com.newfiber.modules.inspection.entity.InspectionUserEqu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;

/**
 * 用户巡检设备Mapper
 *
 * @author : xiongk
 * @since : 2020-12-02 18:05
 */
@Mapper
public interface InspectionUserEquDao extends BaseMapper<InspectionUserEqu> {

}