From 2107ec9a09048cd316554adffdb39cac4c9ce091 Mon Sep 17 00:00:00 2001 From: dev02 Date: Mon, 12 Dec 2022 16:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Emodal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/Models/GraphManage.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FrontendWebApi/Models/GraphManage.cs b/FrontendWebApi/Models/GraphManage.cs index ffeb4e6..7a3f2c2 100644 --- a/FrontendWebApi/Models/GraphManage.cs +++ b/FrontendWebApi/Models/GraphManage.cs @@ -43,4 +43,12 @@ namespace FrontendWebApi.Models public List sub_system_tag { 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; } + } }