From 08a02f3c7990c563e6c770c1957e929377a3083f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 19 二月 2025 13:39:33 +0800
Subject: [PATCH] 删除投递
---
cylsg/cylsg.Application/Users/Dtos/UserDto.cs | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
index bbe62f6..6f84b9e 100644
--- a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
+++ b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing cylsg.Model.utilityViewModel;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -57,7 +58,10 @@
/// </summary>
public UserCompanyDto userCompany { get; set; }
-
+ /// <summary>
+ /// 宸濆嵃鍛樺伐鏉冮檺
+ /// </summary>
+ public ECTESTOAPermissions OAPermissions { get; set; }
}
public class UserWorkerDto
@@ -147,7 +151,7 @@
/// <summary>
/// 娉ㄥ唽鏃堕棿
/// </summary>
- public DateTime? Regtime { get; set; }
+ public string Regtime { get; set; }
/// <summary>
/// 鑱旂郴鍦板潃
@@ -189,5 +193,16 @@
/// </summary>
public bool? IsTiXian { get; set; }
+ /// <summary>
+ /// 鏄惁绠$悊鍛�
+ /// </summary>
+ public bool? IsAdmin { get; set; }
+
+
+ /// <summary>
+ /// 鏄电О
+ /// </summary>
+ public string Nickname { get; set; }
+
}
}
--
Gitblit v1.9.1