CheckData.cs 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. namespace SysDataLibs.TableClass
  2. {
  3. #region CheckData
  4. public class CheckData
  5. {
  6. public string BarCode { get; set; } = "";
  7. public string CheckLimit { get; set; } = "";
  8. public string CheckProjectTypeID { get; set; } = "";
  9. public string CheckResult { get; set; } = "";
  10. public string CheckTime { get; set; } = "";
  11. public string CheckTotal { get; set; } = "";
  12. public string CheckUnit { get; set; } = "";
  13. public string CheckUser { get; set; } = "";
  14. public string CheckValue { get; set; } = "";
  15. public string ClientIndexID { get; set; } = "";
  16. public string CorpKind { get; set; } = "";
  17. public string CorpName { get; set; } = "";
  18. public string GreatKindName { get; set; } = "";
  19. public string HabitatID { get; set; } = "";
  20. public string ID { get; set; } = "";
  21. public string IsSelf { get; set; } = "";
  22. public string LittleKindName { get; set; } = "";
  23. public string MachineID { get; set; } = "";
  24. public string MachineMaker { get; set; } = "";
  25. public string MarketID { get; set; } = "";
  26. public string Memo { get; set; } = "";
  27. public string ProduceDate { get; set; } = "";
  28. public string ProduceUnit { get; set; } = "";
  29. public string SampleId { get; set; } = "";
  30. public string SampleName { get; set; } = "";
  31. public string SendDate { get; set; } = "";
  32. public string UploadTime { get; set; } = "";
  33. public string UserID { get; set; } = "";
  34. public string CorpNameName { get; set; } = "";
  35. public string CardIndex { get; set; } = "";
  36. public string LicenseNo { get; set; } = "";
  37. public string UnitName { get; set; } = "";
  38. public string IdCode { get; set; } = "";
  39. public string PositionNo { get; set; } = "";
  40. }
  41. #endregion
  42. }