
8 changed files with 98 additions and 101 deletions
@ -0,0 +1,16 @@ |
|||
package com.yxt.anrui.base.api.basemanufacturer; |
|||
|
|||
import com.yxt.common.core.vo.Vo; |
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
|
|||
@Data |
|||
public class BaseBankVo implements Vo { |
|||
|
|||
@ApiModelProperty(value = "银行账号") |
|||
private String bankAccount; |
|||
@ApiModelProperty(value = "开户行") |
|||
private String depositBank; |
|||
@ApiModelProperty(value = "供应商") |
|||
private String manufacturerName; |
|||
} |
Loading…
Reference in new issue