File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,8 @@ public class WxPayPartnerOrderQueryV3Result implements Serializable {
157157 * 是否必填:否
158158 * 类型:string[1,16]
159159 * 描述:
160- * 银行类型,采用字符串类型的银行标识。银行标识请参考《银行类型对照表》https://pay.weixin.qq.com/wiki/doc/apiv3/terms_definition/chapter1_1_3.shtml#part-6
160+ * 银行类型,采用字符串类型的银行标识。
161+ * <a href="https://pay.weixin.qq.com/wiki/doc/apiv3/terms_definition/chapter1_1_3.shtml#part-6">银行标识请参考《银行类型对照表》</a>
161162 * 示例值:CMC
162163 * </pre>
163164 */
@@ -351,6 +352,7 @@ public static class SceneInfo implements Serializable {
351352 @ Data
352353 @ NoArgsConstructor
353354 public static class PromotionDetail implements Serializable {
355+ private static final long serialVersionUID = -1953741394970145754L ;
354356 /**
355357 * <pre>
356358 * 字段名:券ID
You can’t perform that action at this time.
0 commit comments