mirror of
https://github.com/niushuai233/DevControl.git
synced 2024-10-27 22:43:20 +08:00
feat: 添加设备类型枚举类
This commit is contained in:
parent
61a1a7cac2
commit
90e3d64f35
@ -0,0 +1,21 @@
|
||||
package cc.niushuai.project.devcontrol.base.enums;
|
||||
|
||||
/**
|
||||
* 设备类型枚举
|
||||
*
|
||||
* @author niushuai
|
||||
* @date: 2022/10/17 16:48
|
||||
*/
|
||||
public enum DeviceTypeEnum {
|
||||
|
||||
/**
|
||||
* 开关
|
||||
*/
|
||||
Switch,
|
||||
|
||||
/**
|
||||
* 未知
|
||||
*/
|
||||
Unknown;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user