仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lims-ruoyi-after
lims项目框架修改优化--后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
去除公司名称
zhuo
2025-04-17
3baa0061112a555d75c6bc606d5271ec842ac607
[lims-ruoyi-after.git]
/
cnas-personnel
/
src
/
main
/
java
/
com
/
ruoyi
/
personnel
/
service
/
AnnexService.java
1
2
3
4
5
6
7
package com.ruoyi.personnel.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.personnel.pojo.Annex;
public interface AnnexService extends IService<Annex> {
}