公告板
版本库
filestore
活动
搜索
登录
main
/
ytslOA-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交代码
唐耀东
2022-05-12
d44b855ffdda21a5abf8e00bc3381310882f9375
[ytslOA-server.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
core
/
service
/
EquipmentService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package
com
.
ruoyi
.
common
.
core
.
service
;
import
com
.
ruoyi
.
common
.
core
.
domain
.
dto
.
EquipmentLogDTO
;
/**
* 通用 联机访问日志
*
* @author Lion Li
*/
public
interface
EquipmentService
{
void
recordOper
(
EquipmentLogDTO
dto
);
}