fix: account_no
parent
56994654dc
commit
0eab71756c
|
|
@ -35,6 +35,9 @@ public class ModAccCompanyRequest implements ApiRequest {
|
||||||
@SerializedName("serial_no")
|
@SerializedName("serial_no")
|
||||||
private String serialNo;
|
private String serialNo;
|
||||||
|
|
||||||
|
@SerializedName("account_no")
|
||||||
|
private String accountNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交易码=功能号(trans_type)
|
* 交易码=功能号(trans_type)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,9 @@ public class ModAccPersonRequest implements ApiRequest {
|
||||||
@SerializedName("serial_no")
|
@SerializedName("serial_no")
|
||||||
private String serialNo;
|
private String serialNo;
|
||||||
|
|
||||||
|
@SerializedName("account_no")
|
||||||
|
private String accountNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交易码=功能号(trans_type)
|
* 交易码=功能号(trans_type)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue