using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NDSD_Screwdriver { internal class DOperateEntity { public int port { get; set; } /// /// -1 DClose > 0 DTimeOpen =0 Dopen /// public int delay { get; set; } } }