package com.mes.md.mapper; import com.baomidou.dynamic.datasource.annotation.DS; import com.github.yulichang.base.MPJBaseMapper; import com.mes.md.entity.KBBTProgramsDeviceStatusLogBP; import com.mes.md.entity.KBBTProgramsOperationLogBP; import java.util.List; /** *
* 原始任务表 Mapper 接口 *
* * @author wu * @since 2024-08-28 */ @DS("salve_JomooKBB") public interface KBBTProgramsOperationLogBPMapper extends MPJBaseMapper