From 595df5dac0a782bfdadab766b4dd62d326b0a383 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期二, 21 十月 2025 14:53:04 +0800
Subject: [PATCH] 增加川印设备维修回写
---
cylsg/cylsg.Application/Users/Dtos/UserDto.cs | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/cylsg/cylsg.Application/Users/Dtos/UserDto.cs b/cylsg/cylsg.Application/Users/Dtos/UserDto.cs
index b2a6d83..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
@@ -189,5 +193,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