namespace IStation.Model { /// /// /// public class LogicTreeSaveItem { /// /// id /// public long ID { get; set; } /// /// /// public string LogicType { get; set; } /// /// /// public long LogicID { get; set; } } }