查询联行号

This commit is contained in:
2025-12-30 09:19:37 +08:00
parent c09d2d5590
commit 6361342e5a
8 changed files with 89 additions and 6 deletions

View File

@ -38,7 +38,7 @@ public class LngSupplierBankVo {
* 银行
*/
@ApiModelProperty("银行")
@Trans(type = TransType.LNG_BANK, transToFieldName = "bankName")
//@Trans(type = TransType.LNG_BANK, transToFieldName = "bankName")
private String bankCode;
/**
@ -123,6 +123,12 @@ public class LngSupplierBankVo {
*/
@ApiModelProperty("数据权限id")
private Long ruleUserId;
/**
* 数据权限id
*/
@ApiModelProperty("联行号")
private String interBankCode;