This commit is contained in:
@@ -64,4 +64,24 @@ public class CommonConstants {
|
||||
* 默认sortKey
|
||||
*/
|
||||
public static final Integer DEFAULT_SORT_KEY = 999;
|
||||
|
||||
/**
|
||||
* action type
|
||||
*/
|
||||
public static final String ACTION_TYPE_STORY_CREATE = "story_create";
|
||||
public static final String ACTION_TYPE_STORY_UPDATE = "story_update";
|
||||
public static final String ACTION_TYPE_STORY_DELETE = "story_delete";
|
||||
public static final String ACTION_TYPE_STORY_ITEM_CREATE = "story_item_create";
|
||||
public static final String ACTION_TYPE_STORY_ITEM_UPDATE = "story_item_update";
|
||||
public static final String ACTION_TYPE_STORY_ITEM_DELETE = "story_item_delete";
|
||||
|
||||
/**
|
||||
* action remark
|
||||
*/
|
||||
public static final String ACTION_REMARK_STORY_CREATE = "创建故事";
|
||||
public static final String ACTION_REMARK_STORY_UPDATE = "更新故事";
|
||||
public static final String ACTION_REMARK_STORY_DELETE = "删除故事";
|
||||
public static final String ACTION_REMARK_STORY_ITEM_CREATE = "创建故事子项";
|
||||
public static final String ACTION_REMARK_STORY_ITEM_UPDATE = "更新故事子项";
|
||||
public static final String ACTION_REMARK_STORY_ITEM_DELETE = "删除故事子项";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user