From d67cb0c9792e23be7ccf655675cb32ac1a236b7b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 25 十一月 2022 09:49:22 +0800 Subject: [PATCH] 在人事管理页面增加查看员工考勤记录功能 --- zhengcaioa/DTO/ResultEntity.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/ResultEntity.cs b/zhengcaioa/DTO/ResultEntity.cs index 20ca713..e8277ce 100644 --- a/zhengcaioa/DTO/ResultEntity.cs +++ b/zhengcaioa/DTO/ResultEntity.cs @@ -45,6 +45,7 @@ /// 濡傛灉鎵ц缁撴灉涓篺alse锛屽叾閿欒淇℃伅 /// </summary> public string Remark { get; set; } + public string Remark2 { get; set; } public List<T> DataList { get; set; } public T DataInfo { get; set; } } -- Gitblit v1.9.1