namespace Tnb.EquipMgr.Entities.Dto { public class SpotInsTemPublishInput { public string id { get; set; } public string[] equipIds { get; set; } } }