rain
2024-03-27 940e31dbe2d07c6dedf61ab655731f0a41358cbd
1
2
3
4
5
6
7
8
package com.dji.sample.manage.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dji.sample.manage.model.entity.UserEntity;
 
public interface IUserMapper extends BaseMapper<UserEntity> {
 
}