xieb
2024-03-21 75f3d6a2c14da70f57b90e273cfe4f3fd9a8715d
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> {
 
}