package com.ruoyi.productionPlan.mapper; import com.ruoyi.productionPlan.pojo.SalesDelivery; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *
* 销售发货明细(宜搭) Mapper 接口 *
* * @author 芯导软件(江苏)有限公司 * @since 2026-03-19 11:49:57 */ @Mapper public interface SalesDeliveryMapper extends BaseMapper