|
|
@ -66,6 +66,9 @@ public class StationVideoTypeEntity extends TenantEntity { |
|
|
|
@ApiModelProperty("秘钥appSecret") |
|
|
|
@ApiModelProperty("秘钥appSecret") |
|
|
|
private String appSecret; |
|
|
|
private String appSecret; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("多平台ID") |
|
|
|
|
|
|
|
private Long platformId; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("排序") |
|
|
|
@ApiModelProperty("排序") |
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
private Integer sort; |
|
|
|
private Integer sort; |
|
|
|