增加了通过网络主动上报图像的支持
增加了指令维护通道的支持
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SHH.CameraSdk;
|
||||
public class SubscriptionDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 进程唯一标识 (如 "AI_Process_01"、"Main_Display_02")
|
||||
/// 订阅标识 (如 "AI_Process_01"、"Main_Display_02")
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "进程标识 AppId 不能为空")]
|
||||
[MaxLength(50, ErrorMessage = "AppId 长度不能超过 50 个字符")]
|
||||
|
||||
Reference in New Issue
Block a user