帖子功能加入[发布/更新/评论/置顶/加精/删除]

This commit is contained in:
2018-01-09 23:16:16 +08:00
parent f2cc75b5bd
commit cb3a29991e
20 changed files with 376 additions and 67 deletions

View File

@@ -7,5 +7,15 @@ import com.lxyer.model.base.BaseActLog;
*/
@SuppressWarnings("serial")
public class ActLog extends BaseActLog<ActLog> {
public static ActLog dao = new ActLog().dao();
@Override
public String sqlSpace() {
return "actLog";
}
@Override
public ActLog getDao() {
return dao;
}
}