- package com.flyer.foster.mapper;
- import com.flyer.foster.entity.AppUser;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 小程序用户 Mapper 接口
- * </p>
- *
- * @author flyer
- * @since 2024-05-09
- */
- public interface IAppUserMapper extends BaseMapper<AppUser> {
- }
|