7 changed files with 65 additions and 2 deletions
@ -0,0 +1,19 @@ |
|||
package com.yxt.anrui.fin.api.finmanufacturerbank; |
|||
|
|||
import com.yxt.common.core.vo.Vo; |
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @Author dimengzhe |
|||
* @Date 2022/8/3 18:47 |
|||
* @Description |
|||
*/ |
|||
@Data |
|||
public class FinManufacturerVo implements Vo { |
|||
private static final long serialVersionUID = 1452730449728139855L; |
|||
@ApiModelProperty("银行账号") |
|||
private String bankAccount; |
|||
@ApiModelProperty("账户名称") |
|||
private String accountName; |
|||
} |
Loading…
Reference in new issue