using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Shaker.Model { public class GPIOModel:TableBase { public int PinIndex = 0; public int LoopTime = 50; } }