字典数据前后端接口编写、调试
This commit is contained in:
@@ -65,6 +65,7 @@ export namespace Dict {
|
||||
level?: number | null; // 事件等级:0-普通;1-中等;2-严重 (默认为0)
|
||||
algoDescribe?: number | null; // 与高级算法内部Id描述对应
|
||||
value?: string | null; // 字典针对电压等级
|
||||
dictValue?:string|null;
|
||||
state: number; // 状态:0-删除 1-正常
|
||||
createBy?: string | null; // 创建用户
|
||||
createTime?: string | null; // 创建时间
|
||||
|
||||
Reference in New Issue
Block a user