package com.qianwen.smartman.modules.cps.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.smartman.modules.cps.entity.ProductionCraftProcessFile; public interface ProductionCraftProcessFileMapper extends BaseMapper { }