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

* 线路配置 *

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