init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
namespace Zhaizj.Framework.Common.AppBase {
|
||||
|
||||
/// <summary>
|
||||
/// 关于是否可评论的枚举状态(允许、关闭、登录用户、好友)
|
||||
/// </summary>
|
||||
public class CommentCondition {
|
||||
|
||||
public static readonly int AllowAll = 0;
|
||||
public static readonly int Close = 1;
|
||||
public static readonly int LoginUser = 2;
|
||||
public static readonly int Friend = 3;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user