doum
7 天以前 5f9bf98779e2c3e69324d75849efdda00868da4f
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.YwElectricalLog;
import com.github.yulichang.base.MPJBaseMapper;
/**
 * 电器类操作日志Mapper定义
 * @author doumee
 * @date 2026-05-20 15:25:58
 */
public interface YwElectricalLogMapper extends MPJBaseMapper<YwElectricalLog> {
}