liu
昨天 a08832337f8de6a53edebbab1fb0b5a3bd1785aa
yudao-module-srm/src/main/java/cn/iocoder/yudao/module/srm/controller/admin/apply/vo/SrmSupplierApplyRespVO.java
@@ -40,6 +40,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;
@@ -48,6 +54,9 @@
    @Schema(description = "邮箱", example = "zhangsan@example.com")
    private String contactEmail;
    @Schema(description = "备注", example = "优先供货")
    private String remark;
    @Schema(description = "申请人ID", example = "1")
    private Long applyUserId;
@@ -61,6 +70,9 @@
    @Schema(description = "申请状态", example = "0")
    private Integer applyStatus;
    @Schema(description = "BPM 流程实例编号", example = "1a2b3c4d")
    private String processInstanceId;
    @Schema(description = "采购审核人ID", example = "2")
    private Long purchaseReviewerId;