🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -4,7 +4,7 @@ package me.chanjar.weixin.common.bean;
* 包含toJson()方法的接口.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-10-05
* created on 2020-10-05
*/
public interface ToJson {
/**

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
* oauth2用户个人信息.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-10-11
* created on 2020-10-11
*/
@Data
public class WxOAuth2UserInfo implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
* OCR身份证识别结果.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-06-23
* created on 2019-06-23
*/
@Data
public class WxOcrIdCardResult implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2021-01-27
* created on 2021-01-27
*/
@Data
public class CategoryData implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2021-01-27
* created on 2021-01-27
*/
@Data
public class PubTemplateKeyword implements Serializable {

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2021-01-27
* created on 2021-01-27
*/
@Data
public class TemplateInfo implements Serializable {