package com.qianwen.smartman.modules.fms.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import java.util.List; import com.qianwen.smartman.modules.fms.dto.FmsOrderProcessDTO; import com.qianwen.smartman.modules.fms.entity.FmsOrderProcess; public interface FmsOrderProcessMapper extends BaseMapper { List getOrderAndProcessIds(); }