| | |
| | | @ApiModelProperty(value = "中文名称") |
| | | private String nameCn; |
| | | |
| | | @ApiModelProperty(value = "中文名称") |
| | | private String nameEn; |
| | | |
| | | @ApiModelProperty("片场类型(FILMSET_TYPE)") |
| | | private String type; |
| | | |
| | | @ApiModelProperty("发布状态(COMMON_PUBLISH_STATUS)") |
| | | private String status; |
| | | |
| | | @ApiModelProperty("用户类型") |
| | | private String userType; |
| | | |
| | | @ApiModelProperty("年份") |
| | | private String releaseYear; |
| | | |
| | | @ApiModelProperty("分类1-为你精选,2-光影社区") |
| | | private Integer classify; |
| | |
| | | |
| | | @ApiModelProperty(value = "关键字(中文名称、英文名称、导演、演员、剧情、动作)") |
| | | private String keywords; |
| | | |
| | | private String userId; |
| | | |
| | | private Integer id; |
| | | |
| | | |
| | | |
| | | } |