init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.Common {
|
||||
|
||||
/// <summary>
|
||||
/// 用户登录状态保持时间
|
||||
/// </summary>
|
||||
public enum LoginTime {
|
||||
Forever,
|
||||
Never,
|
||||
OneYear,
|
||||
OneMonth,
|
||||
OneWeek
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user