[web-app] http拦截器修改,新增监控页面编码

This commit is contained in:
tomsun28
2021-11-30 22:16:38 +08:00
parent 4d63afc669
commit ca5547c27d
37 changed files with 663 additions and 172 deletions

View File

@@ -0,0 +1,13 @@
export class Monitor {
id!: number;
name!: string;
app!: string;
host!: string;
intervals!: number;
status!: number;
description!: string;
creator!: string;
modifier!: string;
gmtCreate!: number;
gmtUpdate!: number;
}