Merge branch 'dev/dev_xp' into dev/dev
# Conflicts: # src/main/java/com/ai/da/service/CollectionElementService.java # src/main/java/com/ai/da/service/impl/CollectionElementServiceImpl.java
This commit is contained in:
@@ -4,6 +4,8 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@ApiModel("element-响应")
|
||||
public class CollectionElementVO {
|
||||
@@ -42,4 +44,6 @@ public class CollectionElementVO {
|
||||
|
||||
private String originalUrl;
|
||||
|
||||
private List<String> segmentedImages;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user