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 |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
index 6f84b9e..aec685e 100644
--- a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
+++ b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
@@ -111,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>
@@ -122,6 +137,8 @@
         /// 宸叉彁鐜伴噾棰�
         /// </summary>
         public decimal? YiTiXianJine { get; set; }
+
+        
     }
 
     public class UserCompanyDto

--
Gitblit v1.9.1