仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lbqms
兰宝车间质量管理系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
refactor 重构 common, framework 包结构, 参照 cloud 版本拆分子模块 ; update 更新模块包名 ; delet...
zlyx
2023-01-18
71a2a8245db4c04be3f96a9eb9b47931d3130650
[lbqms.git]
/
ruoyi-common
/
ruoyi-common-log
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
log
/
enums
/
OperatorType.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package com.ruoyi.common.log.enums;
/**
* 操作人类别
*
* @author ruoyi
*/
public enum OperatorType {
/**
* 其它
*/
OTHER,
/**
* 后台用户
*/
MANAGE,
/**
* 手机端用户
*/
MOBILE
}