帖子功能加入[发布/更新/评论/置顶/加精/删除]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user