From 6bfd33b0a5f4c21ff8d7c015523394fac99f9888 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 22 一月 2025 12:11:57 +0800
Subject: [PATCH] 最后变更,删除主管分部门审批

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

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

--
Gitblit v1.9.1