- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace DllEapEntity.OFILM
- {
- public class LHAMachineModel
- {
- public string MacCode { get; set; }
- public List<Codelink> Codelinks { get; set; }
- public List<Postbondview> Postbondviews { get; set; }
- }
- }
|