init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
|
||||
namespace Zhaizj.Framework.Common.AppBase {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 存储状态(普通、草稿、删除、系统删除)
|
||||
/// </summary>
|
||||
public class SaveStatus {
|
||||
|
||||
public static readonly int Normal = 0;
|
||||
public static readonly int Draft = 1;
|
||||
public static readonly int Delete = 2;
|
||||
public static readonly int SysDelete = 3;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user