From e87513074ac7947f2ce477dad49d007d0647f117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Wed, 8 Nov 2023 10:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5departmentP?= =?UTF-8?q?hoto=EF=BC=8C=E7=94=A8=E4=BA=8E=E8=A1=A8=E7=A4=BA=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E8=AF=81=E6=98=8E=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/SystemDto/App_Sys_UserDto.cs | 6 ++++-- Elight.Entity/SystemModel/App_Sys_UserModel.cs | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Elight.Entity/SystemDto/App_Sys_UserDto.cs b/Elight.Entity/SystemDto/App_Sys_UserDto.cs index 80c0be1..c8740cc 100644 --- a/Elight.Entity/SystemDto/App_Sys_UserDto.cs +++ b/Elight.Entity/SystemDto/App_Sys_UserDto.cs @@ -22,19 +22,21 @@ namespace Elight.Entity /// [DataMember] public string? unitCode { get; set; } - /// /// 部门id /// [DataMember] public string? department { get; set; } - /// /// 部门 /// [DataMember] public string? departmentName { get; set; } /// + /// 单位证明 律师事务所证明 + /// + public string? departmentPhoto { get; set; } + /// /// 密码 /// [DataMember] diff --git a/Elight.Entity/SystemModel/App_Sys_UserModel.cs b/Elight.Entity/SystemModel/App_Sys_UserModel.cs index 4aacd28..5f7d07d 100644 --- a/Elight.Entity/SystemModel/App_Sys_UserModel.cs +++ b/Elight.Entity/SystemModel/App_Sys_UserModel.cs @@ -37,6 +37,10 @@ namespace Elight.Entity /// [DataMember] public string? departmentName { get; set; } + /// + /// 单位证明 律师事务所证明 + /// + public string? departmentPhoto { get; set; } /// /// 密码 ///