登录用户超时注销、登录日志记录
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JinYuan.Models
|
||||
{
|
||||
public class ConstValue
|
||||
{
|
||||
#region 日志文件夹名称
|
||||
/// <summary>
|
||||
/// 操作日志存储
|
||||
/// </summary>
|
||||
public const string USER_LOG = "OperaLog";
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -85,6 +85,7 @@
|
||||
<Compile Include="BatteryReplace.cs" />
|
||||
<Compile Include="BatteryStatus.cs" />
|
||||
<Compile Include="CapSize.cs" />
|
||||
<Compile Include="ConstValue.cs" />
|
||||
<Compile Include="SysConfig\CartainerConfig.cs" />
|
||||
<Compile Include="NgCodeEntity.cs" />
|
||||
<Compile Include="AlarmCountEntry.cs" />
|
||||
|
||||
@@ -138,6 +138,5 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user