rain
2024-08-17 2c32b112efcdf0b8c927026c4f5b8171ed783493
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> {
 
}