package com.mes.md.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.mes.md.entity.Tasking; import com.mes.md.entity.TaskingLog; /** *

* 工作任务操作记录明细 Mapper 接口 *

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