diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config index b974965d2..1f042fa87 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config @@ -38,8 +38,8 @@ - - + + diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ADR_Restriction/ADR_RestrictionEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ADR_Restriction/ADR_RestrictionEntity.cs index 1e3a0ea1c..e9e8fc197 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ADR_Restriction/ADR_RestrictionEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/PersonnelManagement/ADR_Restriction/ADR_RestrictionEntity.cs @@ -111,6 +111,37 @@ namespace Learun.Application.TwoDevelopment.PersonnelManagement /// [Column("SIGNOUTENDTIME2")] public string SignOutEndTime2 { get; set; } + + [Column("ENABLEWIFI")] + public bool EnableWifi { get; set; } + + [Column("WIFINAME")] + public string WifiName { get; set; } + + [Column("WIFIMACADDR")] + public string WifiMacAddr { get; set; } + + [Column("ENABLEGPS")] + public bool EnableGPS { get; set; } + + [Column("GPSLON")] + public string GPSLon { get; set; } + + [Column("GPSLAT")] + public string GPSLat { get; set; } + + [Column("GPSADDR")] + public string GPSAddr { get; set; } + + [Column("GPSRANGE")] + public string GPSRange { get; set; } + + [Column("EnableBlueTooth")] + public bool EnableBlueTooth { get; set; } + + [Column("BLUETOOTHID")] + public string BlueToothId { get; set; } + #endregion #region 扩展操作