[web-app] http拦截器修改,新增监控页面编码
This commit is contained in:
13
web-app/src/app/pojo/Monitor.ts
Normal file
13
web-app/src/app/pojo/Monitor.ts
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user