[web-app] http拦截器修改,新增监控页面编码
This commit is contained in:
9
web-app/src/app/pojo/ParamDefine.ts
Normal file
9
web-app/src/app/pojo/ParamDefine.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class ParamDefine {
|
||||
name!: string;
|
||||
field!: string;
|
||||
type!: string;
|
||||
required: boolean | undefined;
|
||||
range: string | undefined;
|
||||
limit: number | undefined;
|
||||
option: string | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user