字典数据前后端接口编写、调试

This commit is contained in:
caozehui
2024-11-01 13:30:09 +08:00
11 changed files with 394 additions and 634 deletions

View File

@@ -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; // 创建时间