公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_backend
张氏APP 后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增祖先 密码没有加密
zqy
2025-06-03
90dae453c4b276b609e596bd76f5e757287de978
[zhangshi_app_backend.git]
/
zhang-content
/
src
/
main
/
java
/
com
/
ruoyi
/
mapper
/
MeetingRatifyMapper.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.Meeting;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface MeetingRatifyMapper extends BaseMapper<Meeting> {
}