From 90858c80d9921b555119f41060c1f883f6e6ffc5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 26 十二月 2024 12:49:35 +0800 Subject: [PATCH] 提交 --- DocumentServiceAPI.Application/UserAndLogin/ViewMode/UserInfo.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/UserAndLogin/ViewMode/UserInfo.cs b/DocumentServiceAPI.Application/UserAndLogin/ViewMode/UserInfo.cs index c765b3e..d6c13c2 100644 --- a/DocumentServiceAPI.Application/UserAndLogin/ViewMode/UserInfo.cs +++ b/DocumentServiceAPI.Application/UserAndLogin/ViewMode/UserInfo.cs @@ -81,6 +81,11 @@ ///// </summary> //[SugarColumn(Length = 30)] //public string? PsW { get; set; } + + public int UnitMaxCount { get; set; } + public int EmployeeMaxCount { get; set; } + public int BiaoshuOverTimeCount { get; set; } + public int WendangOverTimeCount { get; set; } } public class EmployeeInfoVM /*:Document_EmployeeInfo*/ -- Gitblit v1.9.1