123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace DllEapEntity.OFILM
- {
- public class QisCheck
- {
- public string macId { get; set; }
- public string materialNo { get; set; }
- public string sXOffset { get; set; }
- public string sYOffset { get; set; }
- public string sTOffset { get; set; }
- public string wXOffset { get; set; }
- public string wYOffset { get; set; }
- public string wTOffset { get; set; }
- public string aXOffset { get; set; }
- public string aYOffset { get; set; }
- public string aTOffset { get; set; }
- }
- }
|