1.增加配置ID等接口

2.长按取消 长按又挂起任务
This commit is contained in:
hehaibing-1996
2025-03-29 17:37:48 +08:00
parent 0a7e0ad627
commit 6b8f55776a
6 changed files with 585 additions and 86 deletions

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.Home
{
public class SetBoardIdRequest
{
public string IPPort { get; set; }
public int StartId { get; set; }
}
}