From 3ddd2f6bbf6757a35f935e386fa43552a9560487 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期二, 07 四月 2026 14:23:35 +0800
Subject: [PATCH] 修改灵活用功

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

diff --git a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
index effd240..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

--
Gitblit v1.9.1