Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-pcitc into dev
This commit is contained in:
@ -38,7 +38,7 @@ public class LngCustomerBankVo {
|
||||
* 银行
|
||||
*/
|
||||
@ApiModelProperty("银行")
|
||||
@Trans(type = TransType.LNG_BANK, transToFieldName = "bankName")
|
||||
//@Trans(type = TransType.LNG_BANK, transToFieldName = "bankName")
|
||||
private String bankCode;
|
||||
|
||||
/**
|
||||
@ -125,7 +125,11 @@ public class LngCustomerBankVo {
|
||||
private Long ruleUserId;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 联行号
|
||||
*/
|
||||
@ApiModelProperty("联行号")
|
||||
private String interBankCode;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user