修改作者信息

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

@ -12,7 +12,7 @@ import java.io.Serializable;
import java.sql.Timestamp;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-26
*/
@Data

View File

@ -9,7 +9,7 @@ import java.sql.Timestamp;
/**
* 交易详情,按需应该存入数据库,这里存入数据库,仅供临时测试
* @author Zheng Jie
* @author hupeng
* @date 2018-12-31
*/
@Data

View File

@ -21,7 +21,7 @@ import java.nio.charset.StandardCharsets;
import java.util.Map;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-31
*/
@Slf4j

View File

@ -12,7 +12,7 @@ import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-26
*/
@RestController

View File

@ -11,7 +11,7 @@ import java.io.IOException;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-31
*/
public interface QiNiuService {

View File

@ -4,7 +4,7 @@ import co.yixiang.tools.domain.VerificationCode;
import co.yixiang.tools.domain.vo.EmailVo;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-26
*/
public interface VerificationCodeService {

View File

@ -7,7 +7,7 @@ import java.sql.Timestamp;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-6-4 09:54:37
*/
@Data

View File

@ -35,7 +35,7 @@ import java.io.IOException;
import java.util.*;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-31
*/
@Service

View File

@ -21,7 +21,7 @@ import java.util.Collections;
import java.util.concurrent.*;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-26
*/
@Service

View File

@ -8,7 +8,7 @@ import java.util.Date;
/**
* 七牛云存储工具类
* @author Zheng Jie
* @author hupeng
* @date 2018-12-31
*/
public class QiNiuUtil {