From 2ff9e22aa01202003c8ba2b3d7c91226e61de1f8 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期四, 09 四月 2026 09:03:07 +0800
Subject: [PATCH] no message

---
 cylsg/cylsg.Application/Users/Dtos/UserDto.cs |   36 ++++++++++++++++++++++++++++++++++--
 1 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
index b2a6d83..aec685e 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
@@ -107,7 +111,22 @@
         /// </summary>
         public string Resume { get; set; }
 
+        /// <summary>
+        /// 鏄惁鏄伒娲荤敤宸�
+        /// </summary>
+        public bool  IsLingHuoYongGong { get; set; }
 
+      
+        /// <summary>
+        /// 鍙敤浣欓
+        /// </summary>
+        public decimal AvailableBalance { get; set; }
+
+        /// <summary>
+        /// 浣欓
+        /// </summary>
+        public decimal Balance { get; set; }
+        
         /// <summary>
         /// 鎻愮幇鎬婚
         /// </summary>
@@ -118,6 +137,8 @@
         /// 宸叉彁鐜伴噾棰�
         /// </summary>
         public decimal? YiTiXianJine { get; set; }
+
+        
     }
 
     public class UserCompanyDto
@@ -189,5 +210,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