package com.ruoyi.production.mapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.ruoyi.production.pojo.ProductionLine;
|
|
/**
|
* @author :yys
|
* @date : 2025/12/4 11:17
|
*/
|
public interface ProductionLineMapper extends BaseMapper<ProductionLine> {
|
}
|