评论新增了标题1111111344
This commit is contained in:
parent
a9120604c6
commit
468b99c27e
@ -124,6 +124,18 @@ public class CaseExchangeDto {
|
|||||||
@JsonProperty("label")
|
@JsonProperty("label")
|
||||||
private List<CaseExchangeLabelDto> label;
|
private List<CaseExchangeLabelDto> label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 预览图片
|
||||||
|
*/
|
||||||
|
@JsonProperty("exchange_content_images")
|
||||||
|
private List<String> exchangeContentImages;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 预览图片
|
||||||
|
*/
|
||||||
|
@JsonProperty("exchange_content_video")
|
||||||
|
private List<String> exchangeContentVideo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 列表
|
* 列表
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user