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 |   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