公告板
版本库
filestore
活动
搜索
登录
main
/
trafficAudit
交通统计审核
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
docs: 关机前交接——运行状态、待验证项、外置配置要点
xyc
5 天以前
664cae654867b528ea339f187ebe290cb04d6fcf
[trafficAudit.git]
/
traffic-audit-server
/
src
/
main
/
java
/
com
/
trafficaudit
/
system
/
mapper
/
UserMapper.java
1
2
3
4
5
6
package com.trafficaudit.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.trafficaudit.system.entity.User;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserMapper extends BaseMapper<User> {}