package com.ruoyi.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.system.model.TExperimentDispatchParticipants; /** *
* 实验调度参与人员 Mapper 接口 *
* * @author xiaochen * @since 2025-04-08 */ public interface TExperimentDispatchParticipantsMapper extends BaseMapper