liulin
2024-08-08 59029ee11e9d1c1f2f07a3d5dc42165777739074
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> {
}