From b5bbbf5ae61d62c6d67161553d8106f3f9a1e52f Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Nov 2023 18:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=80=A7=E5=88=AB=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=EF=BC=8C=E4=B8=8E=E6=95=B0=E6=8D=AE=E5=BA=93=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/SystemModel/App_Sys_UserModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elight.Entity/SystemModel/App_Sys_UserModel.cs b/Elight.Entity/SystemModel/App_Sys_UserModel.cs index 5f7d07d..467606e 100644 --- a/Elight.Entity/SystemModel/App_Sys_UserModel.cs +++ b/Elight.Entity/SystemModel/App_Sys_UserModel.cs @@ -121,7 +121,7 @@ namespace Elight.Entity public string? photo { get; set; } /// - /// 性别 0:女 1:男 + /// 性别 0:男 1:女 /// [DataMember] public int? sex { get; set; }