feat: pattern config

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-11 23:53:53 +08:00
parent 53af03648e
commit 2ba3bb036b
18 changed files with 621 additions and 147 deletions

View File

@@ -3,6 +3,7 @@ export interface IPersonConfig {
uid: string;
name: string;
department:string;
identity:string;
isWin:boolean;
x:number;
y:number