forked from otale/tale
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
394ae30
commit 4d982c6
Showing
13 changed files
with
286 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package com.tale.dto; | ||
|
||
/** | ||
* 日志操作常量 | ||
* | ||
* Created by biezhi on 2017/2/26. | ||
*/ | ||
public interface LogActions { | ||
|
||
String LOGIN = "登录后台"; | ||
|
||
String UP_PWD = "修改密码"; | ||
|
||
String UP_INFO = "修改个人信息"; | ||
|
||
String DEL_ARTICLE = "删除文章"; | ||
|
||
String DEL_PAGE = "删除页面"; | ||
|
||
String SYS_BACKUP = "系统备份"; | ||
|
||
String SYS_SETTING = "保存系统设置"; | ||
|
||
String INIT_SITE = "初始化站点"; | ||
|
||
} |
Oops, something went wrong.