纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.4 KiB

2 years ago
2 years ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace ICSSoft.Entity
  7. {
  8. /// <summary>
  9. /// 条码信息接收类
  10. /// </summary>
  11. public class LotNoMode
  12. {
  13. public string ID { get; set; }
  14. public string ContainerCode { get; set; }
  15. public string ContainerName { get; set; }
  16. public string LotNo { get; set; }
  17. public string InvCode { get; set; }
  18. public string InvName { get; set; }
  19. public string InvStd { get; set; }
  20. public string InvUnit { get; set; }
  21. public string AmountUnit { get; set; }
  22. public string ExtensionID { get; set; }
  23. public string ProjectCode { get; set; }
  24. public string BatchCode { get; set; }
  25. public string Version { get; set; }
  26. public string Brand { get; set; }
  27. public string cFree1 { get; set; }
  28. public string cFree2 { get; set; }
  29. public string cFree3 { get; set; }
  30. public string cFree4 { get; set; }
  31. public string cFree5 { get; set; }
  32. public string cFree6 { get; set; }
  33. public string cFree7 { get; set; }
  34. public string cFree8 { get; set; }
  35. public string cFree9 { get; set; }
  36. public string cFree10 { get; set; }
  37. public string USER { get; set; }
  38. public string MTime { get; set; }
  39. }
  40. }