liulin
2024-08-12 01f4e7f1ac47968bab5a5c4aec7595ecfc2d4df5
1
2
3
4
5
6
7
8
9
package com.lunhan.xxx.repository.mapper;
 
import com.lunhan.xxx.po.UserPO;
import com.lunhan.xxx.repository.BasicMapper;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface UserMapper extends BasicMapper<UserPO> {
}