using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.OFILM { public class LHAMachineModel { public string MacCode { get; set; } public List Codelinks { get; set; } public List Postbondviews { get; set; } } }