Newer
Older
huludao / src / main / java / com / newfiber / api / pc / dao / PumpRuntimeDataMapper.java
@新烽开发者 新烽开发者 on 19 Jul 395 bytes init
package com.newfiber.api.pc.dao;

import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.newfiber.api.pc.model.zhz.PumpRuntimeData;
import org.springframework.stereotype.Repository;

/**
 * @description: 运行时数据DAO层
 * @author: 张鸿志
 * @date: 2020/12/14 15:26
 * @version: v1.0
 */
@Repository
public interface PumpRuntimeDataMapper extends BaseMapper<PumpRuntimeData> {
}