logserviceimpl.java

来自「SSHMail Ajax方式提交,自动抓取页面内容,统计关键字个数.」· Java 代码 · 共 20 行

JAVA
20
字号
/**
 * 用户Service
 */
package com.leo.service.impl;

import com.leo.po.Log;
import com.leo.service.ILogService;

/**
 * @author superleo
 * 
 */
public class LogServiceImpl extends GenericServiceImpl<Log, Long> implements ILogService {

	public LogServiceImpl(Class<Log> type) {
		super(type);
	}

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?