QisCheck.cs 636 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace DllEapEntity.OFILM
  5. {
  6. public class QisCheck
  7. {
  8. public string macId { get; set; }
  9. public string materialNo { get; set; }
  10. public string sXOffset { get; set; }
  11. public string sYOffset { get; set; }
  12. public string sTOffset { get; set; }
  13. public string wXOffset { get; set; }
  14. public string wYOffset { get; set; }
  15. public string wTOffset { get; set; }
  16. public string aXOffset { get; set; }
  17. public string aYOffset { get; set; }
  18. public string aTOffset { get; set; }
  19. }
  20. }