纽威
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.

43 lines
1.5 KiB

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