mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-20 14:26:22 +08:00
字段作用域
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.12.7</version>
|
||||
<version>2.12.8-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pay-java-payoneer</artifactId>
|
||||
|
||||
@@ -14,11 +14,11 @@ public class PayoneerConfigStorage extends BasePayConfigStorage {
|
||||
/**
|
||||
* 商户Id
|
||||
*/
|
||||
public String programId;
|
||||
private String programId;
|
||||
/**
|
||||
* PayoneerPay 用户名
|
||||
*/
|
||||
public String userName;
|
||||
private String userName;
|
||||
|
||||
/**
|
||||
* 应用id
|
||||
|
||||
Reference in New Issue
Block a user