银行转换
This commit is contained in:
@ -8,6 +8,9 @@ import java.time.LocalDateTime;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
|
||||
/**
|
||||
* @title: 表单出参
|
||||
* @Author 管理员
|
||||
@ -35,8 +38,15 @@ public class LngCustomerBankVo {
|
||||
* 银行
|
||||
*/
|
||||
@ApiModelProperty("银行")
|
||||
@Trans(type = TransType.LNG_BANK, transToFieldName = "bankName")
|
||||
private String bankCode;
|
||||
|
||||
/**
|
||||
* 银行
|
||||
*/
|
||||
@ApiModelProperty("银行名称")
|
||||
private String bankName;
|
||||
|
||||
|
||||
/**
|
||||
* 账号名称
|
||||
|
||||
Reference in New Issue
Block a user