mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 10:35:57 +08:00
update 新增设备类型
Signed-off-by: 梁剑锋 <1822213252@qq.com>
This commit is contained in:
parent
700db1fc15
commit
bba169720d
@ -23,10 +23,20 @@ public enum DeviceType {
|
||||
*/
|
||||
APP("app"),
|
||||
|
||||
/**
|
||||
* "移动端"
|
||||
*/
|
||||
H5("h5"),
|
||||
|
||||
/**
|
||||
* 小程序端
|
||||
*/
|
||||
XCX("xcx");
|
||||
XCX("xcx"),
|
||||
|
||||
/**
|
||||
* "未知"
|
||||
*/
|
||||
UNKNOWN("unknown");
|
||||
|
||||
private final String device;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user