package com.ruoyi.productionPlan.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.productionPlan.pojo.ProductionPlan;
/**
*
* 销售生产需求Mapper
*
*
* @author deslrey
* @version 1.0
* @since 2026/03/10 9:56
*/
public interface ProductionPlanMapper extends BaseMapper {
}