package com.ruoyi.productionPlan.mapper; import com.ruoyi.productionPlan.pojo.ProductOrderPlan; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *

* Mapper 接口 *

* * @author 芯导软件(江苏)有限公司 * @since 2026-03-11 03:02:58 */ @Mapper public interface ProductOrderPlanMapper extends BaseMapper { }