com.github.rexsheng.springboot.faster.system.mapper.NoticeUserMapper Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.mybatisflex.core.BaseMapper;
import com.github.rexsheng.springboot.faster.system.entity.NoticeUser;
/**
* 公告接收人表 映射层。
*
* @author shengxp
* @since 2024-07-09
*/
@Mapper
public interface NoticeUserMapper extends BaseMapper {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy