修改作者信息

This commit is contained in:
xuwenbo
2020-05-14 12:36:32 +08:00
parent 7511efbf82
commit ebcd99cf28
149 changed files with 196 additions and 196 deletions

View File

@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
@Target(ElementType.METHOD)

View File

@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
@Component

View File

@ -12,7 +12,7 @@ import java.io.IOException;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
public interface LogService extends BaseService<Log> {

View File

@ -33,7 +33,7 @@ import java.util.List;
import java.util.Map;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
@Service

View File

@ -10,7 +10,7 @@ import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-5-22
*/
@Repository