|
@@ -1,5 +1,6 @@
|
|
|
package com.cy.guoyan.admin.module.guoyan.controller.admin.expertinfo.vo;
|
|
|
|
|
|
+import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.*;
|
|
|
import java.util.*;
|
|
@@ -111,4 +112,7 @@ public class ExpertInfoSaveReqVO {
|
|
|
@Schema(description = "备注")
|
|
|
private String remarks;
|
|
|
|
|
|
+ @Schema(description = "图片")
|
|
|
+ private String image;
|
|
|
+
|
|
|
}
|