点巡检执行 模板发布

This commit is contained in:
2023-05-17 17:33:19 +08:00
parent 8971b48984
commit a0e93db063
10 changed files with 456 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.EquipMgr.Entities.Dto
{
public class SpotInsTemPublishInput
{
public string id { get; set; }
public string[] equipIds { get; set; }
}
}