package com.mes.md.mapper; import com.baomidou.dynamic.datasource.annotation.DS; import com.github.yulichang.base.MPJBaseMapper; import com.mes.md.entity.KBBTLensSorting; import com.mes.md.entity.KBBTProgramsDeviceOlnlineLogBP; /** *

* 原始任务表 Mapper 接口 *

* * @author wu * @since 2024-08-28 */ @DS("salve_JomooKBB") public interface KBBTProgramsDeviceOlnlineLogBPMapper extends MPJBaseMapper { }