dashboard
repositories
filestore
activity
search
login
gp
/
A-stock
A股代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
9 days ago
1f19b78818609bf6d0849f8e58b349132a800538
[gp/A-stock.git]
/
src
/
main
/
java
/
com
/
nq
/
vo
/
pay
/
OcocnPayVO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.nq.vo.pay;
public class OcocnPayVO {
private String payUrl;
public String getPayUrl() {
return payUrl;
}
public void setPayUrl(String payUrl) {
this.payUrl = payUrl;
}
}