mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
🎨 优化代码
This commit is contained in:
parent
bcb50ac65e
commit
27531314ce
@ -157,7 +157,8 @@ public class WxPayPartnerOrderQueryV3Result implements Serializable {
|
|||||||
* 是否必填:否
|
* 是否必填:否
|
||||||
* 类型:string[1,16]
|
* 类型:string[1,16]
|
||||||
* 描述:
|
* 描述:
|
||||||
* 银行类型,采用字符串类型的银行标识。银行标识请参考《银行类型对照表》https://pay.weixin.qq.com/wiki/doc/apiv3/terms_definition/chapter1_1_3.shtml#part-6
|
* 银行类型,采用字符串类型的银行标识。
|
||||||
|
* <a href="https://pay.weixin.qq.com/wiki/doc/apiv3/terms_definition/chapter1_1_3.shtml#part-6">银行标识请参考《银行类型对照表》</a>
|
||||||
* 示例值:CMC
|
* 示例值:CMC
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@ -351,6 +352,7 @@ public class WxPayPartnerOrderQueryV3Result implements Serializable {
|
|||||||
@Data
|
@Data
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
public static class PromotionDetail implements Serializable {
|
public static class PromotionDetail implements Serializable {
|
||||||
|
private static final long serialVersionUID = -1953741394970145754L;
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 字段名:券ID
|
* 字段名:券ID
|
||||||
|
Loading…
Reference in New Issue
Block a user