You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
330 B
C#

using Sln.Wcs.HikRoBotSdk.Dto.Common;
namespace Sln.Wcs.HikRoBotSdk.Dto.GbContinueTask
{
public class GbContinueTaskDto
{
public string triggerType { get; set; }
public string triggerCode { get; set; }
public TargetRoute targetRoute { get; set; }
public object extra { get; set; }
}
}