公告板
版本库
filestore
活动
搜索
登录
main
/
ytslOA-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
问题修改
唐耀东
2022-02-18
ce34d9d0ac101f816a0fc7f798607adfe44d7885
[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);
}