package com.qianwen.smartman.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import java.util.List; import com.qianwen.smartman.modules.system.entity.Workbench; import com.qianwen.smartman.modules.system.vo.WorkbenchVO; public interface WorkbenchMapper extends BaseMapper { Boolean sortWorkbench(List workbenchVOS); }