新增modal
This commit is contained in:
parent
9637fcee9f
commit
2107ec9a09
@ -43,4 +43,12 @@ namespace FrontendWebApi.Models
|
|||||||
public List<int> sub_system_tag { get; set; }
|
public List<int> sub_system_tag { get; set; }
|
||||||
public string keyWord { get; set; }
|
public string keyWord { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class GraphVar
|
||||||
|
{
|
||||||
|
public int id { get; set; }
|
||||||
|
public string system_key { get; set; }
|
||||||
|
public string system_type { get; set; }
|
||||||
|
public int system_parent_id { get; set; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user