package com.xjrsoft.module.base.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.base.entity.BaseClassDynamics; import com.xjrsoft.module.base.entity.BaseClassDynamicsRelation; import org.apache.ibatis.annotations.Mapper; /** * @title: 班级动态表 * @Author dzx * @Date: 2024-09-04 * @Version 1.0 */ @Mapper public interface BaseClassDynamicsRelationMapper extends MPJBaseMapper { }