格式化javadoc

This commit is contained in:
BinaryWang 2016-10-08 14:38:44 +08:00
parent ff20ecb56c
commit d9d0f5403e
2 changed files with 10 additions and 3 deletions

View File

@ -6,9 +6,16 @@ import org.apache.commons.lang3.builder.ToStringStyle;
import com.thoughtworks.xstream.annotations.XStreamAlias;
/**
* <pre>
* 企业付款请求对象
* 注释中各行含义如下
* 字段名 变量名 是否必填 示例值 类型 描述
* 注释中各行每个字段描述对应如下
* <li>字段名
* <li>变量名
* <li>是否必填
* <li>类型
* <li>示例值
* <li>描述
* </pre>
* Created by Binary Wang on 2016/10/02.
* @author binarywang (https://github.com/binarywang)
*/

View File

@ -11,7 +11,7 @@ import me.chanjar.weixin.common.annotation.Required;
* <pre>
* 统一下单请求参数对象
* 参考文档https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1
* 每个字段描述对应如下
* 注释中各行每个字段描述对应如下
* <li>字段名
* <li>变量名
* <li>是否必填