mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
格式化javadoc
This commit is contained in:
parent
ff20ecb56c
commit
d9d0f5403e
@ -6,9 +6,16 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
|||||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* <pre>
|
||||||
* 企业付款请求对象
|
* 企业付款请求对象
|
||||||
* 注释中各行含义如下:
|
* 注释中各行每个字段描述对应如下:
|
||||||
* 字段名、 变量名、 是否必填、 示例值、 类型、 描述
|
* <li>字段名
|
||||||
|
* <li>变量名
|
||||||
|
* <li>是否必填
|
||||||
|
* <li>类型
|
||||||
|
* <li>示例值
|
||||||
|
* <li>描述
|
||||||
|
* </pre>
|
||||||
* Created by Binary Wang on 2016/10/02.
|
* Created by Binary Wang on 2016/10/02.
|
||||||
* @author binarywang (https://github.com/binarywang)
|
* @author binarywang (https://github.com/binarywang)
|
||||||
*/
|
*/
|
||||||
|
@ -11,7 +11,7 @@ import me.chanjar.weixin.common.annotation.Required;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* 统一下单请求参数对象
|
* 统一下单请求参数对象
|
||||||
* 参考文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1
|
* 参考文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1
|
||||||
* 每个字段描述对应如下:
|
* 注释中各行每个字段描述对应如下:
|
||||||
* <li>字段名
|
* <li>字段名
|
||||||
* <li>变量名
|
* <li>变量名
|
||||||
* <li>是否必填
|
* <li>是否必填
|
||||||
|
Loading…
Reference in New Issue
Block a user