
8 changed files with 78 additions and 28 deletions
@ -0,0 +1,19 @@ |
|||
package com.yxt.anrui.fin.api.finmanufacturerbank; |
|||
|
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @author Fan |
|||
* @description |
|||
* @date 2023/12/8 9:50 |
|||
*/ |
|||
@Data |
|||
public class BankVoForPayment { |
|||
@ApiModelProperty("开户银行") |
|||
private String depositBank; |
|||
@ApiModelProperty("转付账户") |
|||
private String account; |
|||
@ApiModelProperty("转付账户账号") |
|||
private String accountNumber; |
|||
} |
Loading…
Reference in new issue