From 6f34ab1ed6f8cb79a012a30a7b687e362c6f16c2 Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期四, 10 六月 2021 19:08:41 +0800
Subject: [PATCH] 打卡判断,增加前端浏览器mac获取,当mac获取为空时不判断
---
zhengcaioa/Model/PltUser.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/Model/PltUser.cs b/zhengcaioa/Model/PltUser.cs
index 1731018..bcf0962 100644
--- a/zhengcaioa/Model/PltUser.cs
+++ b/zhengcaioa/Model/PltUser.cs
@@ -59,5 +59,15 @@
public string JinjiPhone { get; set; }
public string JzYoubian { get; set; }
public string HjYoubian { get; set; }
+
+ public string IpMac { get; set; }
+ public string Usernumber { get; set; }
+ public string Isxmenter { get; set; }
+ public string Iswdenter { get; set; }
+ public decimal? advancewages { get; set; }
+ public decimal? miniyearsalary { get; set; }
+ public decimal? senioritywages { get; set; }
+ public string Istravelsubsidy { get; set; }
+
}
}
--
Gitblit v1.9.1