package com.mes.md.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.mes.md.entity.EdgeGrindingLog; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* 磨边机设备交互记录表 Mapper 接口 *

* * @author wu * @since 2024-08-28 */ public interface EdgeGrindingLogMapper extends MPJBaseMapper { }