ruleEdit 追加

This commit is contained in:
2023-07-13 13:00:17 +09:00
parent c623155d86
commit fc25e55c9f
5 changed files with 68 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
export interface Rule{
id:number;
name:string;
condtion:CondtionTree
}
export interface CondtionTree{
}