|
@@ -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; // 图片
|
|
|
}
|