fix:信发发布新增节目id,接口调用失败情况下抛出异常

This commit is contained in:
wangff
2025-11-07 10:15:16 +08:00
parent ebe5f9ac6f
commit 67d0b7c726
2 changed files with 8 additions and 4 deletions

View File

@@ -20,5 +20,6 @@ public class PublishDTO {
@ApiModelProperty(name = "设备ID列表",required = true)
@NotEmpty(message = "设备ID列表不能为空")
private List<String> deviceIdList;
@ApiModelProperty("节目id")
private Long programId;
}