From 947a0f63b0071fcef2535b5aee397ca0668d72dc Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 08 八月 2023 10:18:52 +0800
Subject: [PATCH] 修改用户组新增编辑、查看接口
---
VueWebApi/Models/AnDnDate.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/Models/AnDnDate.cs b/VueWebApi/Models/AnDnDate.cs
index 919361c..7f914fc 100644
--- a/VueWebApi/Models/AnDnDate.cs
+++ b/VueWebApi/Models/AnDnDate.cs
@@ -10,10 +10,13 @@
{
public string code { get; set; }
public string name { get; set; }
+ public string flag { get; set; }
public List<AnDnDateSub> children { get; set; }//瀛愯妭鐐�
}
public class AnDnDateSub
{
+ public string rid { get; set; } //鏋佸厜鎺ㄩ�佺敤鎴穒d
+ public string alias { get; set; } //鏋佸厜鎺ㄩ�佹寚瀹氱敤鎴峰埆鍚�(璺熷墠绔繚鎸佷竴鑷�),褰撳墠涓�:rid+usercode
public string usercode { get; set; }
public string username { get; set; }
}
--
Gitblit v1.9.3