代码INIT

This commit is contained in:
limqhz
2022-05-01 14:12:28 +08:00
parent 9d8f3ceab2
commit 3fdb3799ff
1438 changed files with 122941 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.quinn.mapper;
import com.quinn.pojo.UserInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author 遇见狂神说
* @since 2020-06-29
*/
public interface UserInfoMapper extends BaseMapper<UserInfo> {
}