From ea459616d7c103f966518b357f6a56e1e00df09b Mon Sep 17 00:00:00 2001 From: hsl20 Date: Sat, 4 Mar 2017 22:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=B4=A6=E6=88=B7=E9=A2=9D?= =?UTF-8?q?=E5=A4=96=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 软件系统服务端模版/UserServer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/软件系统服务端模版/UserServer.cs b/软件系统服务端模版/UserServer.cs index 09d24e7..7b24127 100644 --- a/软件系统服务端模版/UserServer.cs +++ b/软件系统服务端模版/UserServer.cs @@ -52,6 +52,10 @@ namespace 软件系统服务端模版 /// public class UserAccountEx : UserAccount { + /// + /// 账户的设备管理类别 + /// + public string Group { get; set; } = ""; /// /// 用户的年龄 ///