package com.ruoyi.production.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.production.pojo.ProductionTeamUserRel; import org.apache.ibatis.annotations.Mapper; /** *

* Mapper 接口 *

* * @author 芯导软件(江苏)有限公司 * @since 2026-05-11 11:15:05 */ @Mapper public interface ProductionTeamUserRelMapper extends BaseMapper { }