package org.jeecg.modules.tms.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.jeecg.modules.tms.entity.ParaCommonTool; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @Description: tms_para_common_tool * @Author: jeecg-boot * @Date: 2025-05-12 * @Version: V1.0 */ public interface ParaCommonToolMapper extends BaseMapper { }