package com.qianwen.smartman.modules.fms.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.smartman.modules.fms.entity.FmsInstructionRecord; public interface FmsInstructionRecordMapper extends BaseMapper { }