fix:信发发布新增节目id,接口调用失败情况下抛出异常
This commit is contained in:
@@ -20,5 +20,6 @@ public class PublishDTO {
|
||||
@ApiModelProperty(name = "设备ID列表",required = true)
|
||||
@NotEmpty(message = "设备ID列表不能为空")
|
||||
private List<String> deviceIdList;
|
||||
|
||||
@ApiModelProperty("节目id")
|
||||
private Long programId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user