统一规范化部分javadoc

This commit is contained in:
Binary Wang
2017-09-21 15:07:31 +08:00
parent 13ca47c91b
commit f86b594386
19 changed files with 36 additions and 24 deletions

View File

@@ -9,8 +9,9 @@ import java.io.Serializable;
/**
* <pre>
* Created by Binary Wang on 2016-11-25.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpGetSelfMenuInfoResult implements Serializable {
private static final long serialVersionUID = -5612495636936835166L;

View File

@@ -13,8 +13,9 @@ import java.util.List;
* <pre>
* 公众号专用的菜单类,可能包含个性化菜单
* Created by Binary Wang on 2017-1-17.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpMenu implements Serializable {
private static final long serialVersionUID = -5794350513426702252L;

View File

@@ -10,8 +10,9 @@ import java.util.List;
/**
* <pre>
* Created by Binary Wang on 2016-11-25.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpSelfMenuInfo implements Serializable {
private static final long serialVersionUID = -81203094124202901L;

View File

@@ -17,7 +17,7 @@ import java.util.List;
* Created by Binary Wang on 2016-09-23.
* </pre>
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpStoreBaseInfo implements Serializable {
private static final long serialVersionUID = 829577606838118218L;

View File

@@ -13,7 +13,7 @@ import java.util.List;
* Created by Binary Wang on 2016-09-27.
* </pre>
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpStoreListResult implements Serializable {
private static final long serialVersionUID = 5388907559949538663L;

View File

@@ -13,7 +13,7 @@ import java.util.List;
* Created by Binary Wang on 2016-09-19.
* </pre>
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxTagListUser implements Serializable {
private static final long serialVersionUID = -4551768374200676112L;

View File

@@ -14,7 +14,7 @@ import java.util.List;
* Created by Binary Wang on 2016/9/2.
* </pre>
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxUserTag implements Serializable {
private static final long serialVersionUID = -7722428695667031252L;

View File

@@ -15,7 +15,7 @@ import java.util.List;
* Created by Binary Wang on 2016-10-17.
* </pre>
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpTemplate implements Serializable {
private static final JsonParser JSON_PARSER = new JsonParser();