This commit is contained in:
sjl
2024-12-13 16:35:27 +08:00
parent 8bd5351d29
commit 0db5fa650f
16 changed files with 480 additions and 339 deletions

View File

@@ -34,9 +34,9 @@ export namespace TestSource {
}
export interface ParameterType{
id:string;
sourceParamType:string;
sourceParamDesc:string;
sourceParamValue:string;
type:string;
desc:string;
value:string;
sort:number;
pId:string;
children?:ParameterType[];