소스 검색

申请办结时需上传图片

limeng 3 일 전
부모
커밋
8c2bb081bd
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/main/java/com/sooka/sponest/mobile/remoteapi/domain/CentereventtDeptEventBO.java

+ 5 - 0
src/main/java/com/sooka/sponest/mobile/remoteapi/domain/CentereventtDeptEventBO.java

@@ -1,8 +1,11 @@
 package com.sooka.sponest.mobile.remoteapi.domain;
 
+import com.sooka.sponest.mobile.event.domain.CenterdataTAttach;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
+import java.util.List;
+
 @Data
 public class CentereventtDeptEventBO {
 
@@ -29,4 +32,6 @@ public class CentereventtDeptEventBO {
     private String address;
 
     private int version;
+
+    private List<CenterdataTAttach> attach; // 图片
 }