hsy
4 天以前 bb0b80bd7ca7c1f979ab0125ae01f3faa1d14f4b
yudao-module-srm/src/main/java/cn/iocoder/yudao/module/srm/controller/admin/apply/vo/SrmSupplierApplySaveReqVO.java
@@ -36,6 +36,12 @@
    @Schema(description = "公司地址", example = "上海市浦东新区XX路XX号")
    private String address;
    @Schema(description = "开户银行", example = "中国工商银行上海分行")
    private String bankName;
    @Schema(description = "银行账号", example = "622202xxxxxxxxxxxx")
    private String bankAccount;
    @Schema(description = "联系人", example = "张三")
    private String contactName;
@@ -45,4 +51,7 @@
    @Schema(description = "邮箱", example = "zhangsan@example.com")
    private String contactEmail;
    @Schema(description = "备注", example = "优先供货")
    private String remark;
}