Browse Source

子表查询

集成Redis
郑勃旭 1 year ago
parent
commit
b847f26cba
  1. 12
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.AuthSiteCenter/src/WinIn.FasterZ.AuthSiteCenter.Web/appsettings.json
  2. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/Condition.cs
  3. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/FilterExtensions.cs
  4. 1
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/WinIn.FasterZ.Wms.Application.Contracts.csproj
  5. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/BasedataDictDto.cs
  6. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/CreateUpdateBasedataDictDto.cs
  7. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/BasedataDictItemDto.cs
  8. 8
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/CreateUpdateBasedataDictItemDto.cs
  9. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/CreateUpdateInventoryContainerDto.cs
  10. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/InventoryContainerDto.cs
  11. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/CreateUpdateInventoryContainerDetailDto.cs
  12. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/InventoryContainerDetailDto.cs
  13. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/CreateUpdateJobCheckJobDto.cs
  14. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/JobCheckJobDto.cs
  15. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/CreateUpdateJobCheckJobDetailDto.cs
  16. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/JobCheckJobDetailDto.cs
  17. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/CreateUpdateJobCountJobDto.cs
  18. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/JobCountJobDto.cs
  19. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/CreateUpdateJobCountJobDetailDto.cs
  20. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/JobCountJobDetailDto.cs
  21. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/CreateUpdateJobDeliverJobDto.cs
  22. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/JobDeliverJobDto.cs
  23. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/CreateUpdateJobDeliverJobDetailDto.cs
  24. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/JobDeliverJobDetailDto.cs
  25. 10
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/CreateUpdateJobInspectJobDto.cs
  26. 10
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/JobInspectJobDto.cs
  27. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/CreateUpdateJobInspectJobDetailDto.cs
  28. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/JobInspectJobDetailDto.cs
  29. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/CreateUpdateJobInspectJobSummaryDetailDto.cs
  30. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/JobInspectJobSummaryDetailDto.cs
  31. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/CreateUpdateJobIssueJobDto.cs
  32. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/JobIssueJobDto.cs
  33. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/CreateUpdateJobIssueJobDetailDto.cs
  34. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/JobIssueJobDetailDto.cs
  35. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/CreateUpdateJobJisDeliverJobDto.cs
  36. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/JobJisDeliverJobDto.cs
  37. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/CreateUpdateJobJisDeliverJobDetailDto.cs
  38. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/JobJisDeliverJobDetailDto.cs
  39. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/CreateUpdateJobProductReceiveJobDto.cs
  40. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/JobProductReceiveJobDto.cs
  41. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/CreateUpdateJobProductReceiveJobDetailDto.cs
  42. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/JobProductReceiveJobDetailDto.cs
  43. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/CreateUpdateJobProductionReturnJobDto.cs
  44. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/JobProductionReturnJobDto.cs
  45. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/CreateUpdateJobProductionReturnJobDetailDto.cs
  46. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/JobProductionReturnJobDetailDto.cs
  47. 9
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/CreateUpdateJobPurchaseReceiptJobDto.cs
  48. 9
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/JobPurchaseReceiptJobDto.cs
  49. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/CreateUpdateJobPurchaseReceiptJobDetailDto.cs
  50. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/JobPurchaseReceiptJobDetailDto.cs
  51. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/CreateUpdateJobPurchaseReturnJobDto.cs
  52. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/JobPurchaseReturnJobDto.cs
  53. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/CreateUpdateJobPurchaseReturnJobDetailDto.cs
  54. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/JobPurchaseReturnJobDetailDto.cs
  55. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/CreateUpdateJobPutawayJobDto.cs
  56. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/JobPutawayJobDto.cs
  57. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/CreateUpdateJobPutawayJobDetailDto.cs
  58. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/JobPutawayJobDetailDto.cs
  59. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/CreateUpdateJobUnplannedIssueJobDto.cs
  60. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/JobUnplannedIssueJobDto.cs
  61. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/CreateUpdateJobUnplannedIssueJobDetailDto.cs
  62. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/JobUnplannedIssueJobDetailDto.cs
  63. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/CreateUpdateJobUnplannedReceiptJobDto.cs
  64. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/JobUnplannedReceiptJobDto.cs
  65. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/CreateUpdateJobUnplannedReceiptJobDetailDto.cs
  66. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/JobUnplannedReceiptJobDetailDto.cs
  67. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/CreateUpdateStoreBackFlushNoteDto.cs
  68. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/StoreBackFlushNoteDto.cs
  69. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/CreateUpdateStoreBackFlushNoteDetailDto.cs
  70. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/StoreBackFlushNoteDetailDto.cs
  71. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/CreateUpdateStoreContainerBindNoteDto.cs
  72. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/StoreContainerBindNoteDto.cs
  73. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/CreateUpdateStoreContainerBindNoteDetailDto.cs
  74. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/StoreContainerBindNoteDetailDto.cs
  75. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/CreateUpdateStoreCountAdjustNoteDto.cs
  76. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/StoreCountAdjustNoteDto.cs
  77. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/CreateUpdateStoreCountAdjustNoteDetailDto.cs
  78. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/StoreCountAdjustNoteDetailDto.cs
  79. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/CreateUpdateStoreCountAdjustRequestDto.cs
  80. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/StoreCountAdjustRequestDto.cs
  81. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/CreateUpdateStoreCountAdjustRequestDetailDto.cs
  82. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/StoreCountAdjustRequestDetailDto.cs
  83. 10
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/CreateUpdateStoreCountNoteDto.cs
  84. 9
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/StoreCountNoteDto.cs
  85. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/CreateUpdateStoreCountNoteDetailDto.cs
  86. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/StoreCountNoteDetailDto.cs
  87. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/CreateUpdateStoreCountNoteDetailCopyDto.cs
  88. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/StoreCountNoteDetailCopyDto.cs
  89. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/CreateUpdateStoreCountPlanDto.cs
  90. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/StoreCountPlanDto.cs
  91. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/CreateUpdateStoreCountPlanDetailDto.cs
  92. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/StoreCountPlanDetailDto.cs
  93. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/CreateUpdateStoreCustomerAsnDto.cs
  94. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/StoreCustomerAsnDto.cs
  95. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/CreateUpdateStoreCustomerAsnDetailDto.cs
  96. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/StoreCustomerAsnDetailDto.cs
  97. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/CreateUpdateStoreCustomerReturnNoteDto.cs
  98. 4
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/StoreCustomerReturnNoteDto.cs
  99. 6
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/CreateUpdateStoreCustomerReturnNoteDetailDto.cs
  100. 2
      WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/StoreCustomerReturnNoteDetailDto.cs

12
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.AuthSiteCenter/src/WinIn.FasterZ.AuthSiteCenter.Web/appsettings.json

@ -1,9 +1,9 @@
{
"App": {
"SelfUrl": "http://192.168.0.240:60100",
"ClientUrl": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090",
"CorsOrigins": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090",
"RedirectAllowedUrls": "http://localhost:60011,http://localhost:60012,http://localhost:60013,http://localhost:60021,http://localhost:60022,http://localhost:60022,http://localhost:10090"
"SelfUrl": "http://192.168.0.240:60080",
"ClientUrl": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075",
"CorsOrigins": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075",
"RedirectAllowedUrls": "http://dev.ccwin-in.com:60080,http://dev.ccwin-in.com:60081,http://dev.ccwin-in.com:60075,http://localhost:60080,http://localhost:60081,http://localhost:60075"
},
"ConnectionStrings": {
"Default": "Server=dev.ccwin-in.com,13319;Database=WMS_DongYang_Faster_AuthSiteCenter;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;"
@ -15,7 +15,7 @@
"Configuration": "127.0.0.1:6379"
},
"AuthServer": {
"Authority": "http://192.168.0.240:60100"
"Authority": "http://192.168.0.240:60080"
},
"urls": "http://192.168.0.240:60100"
"urls": "http://192.168.0.240:60080"
}

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/Condition.cs

@ -4,5 +4,5 @@ using System.Collections.Generic;
public class Condition
{
public ICollection<Filter> Filters { get; set; } = new List<Filter>();
public List<Filter> Filters { get; set; } = new List<Filter>();
}

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/AppBase/Filters/FilterExtensions.cs

@ -28,7 +28,7 @@ public static class FilterExtensions
return filterConditions.ToLambda<T>();
}
public static Expression<Func<T, bool>> ToLambda<T>(this ICollection<Filter> filterConditionList)
public static Expression<Func<T, bool>> ToLambda<T>(this List<Filter> filterConditionList)
{
Expression<Func<T, bool>> condition = null;
try

1
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/WinIn.FasterZ.Wms.Application.Contracts.csproj

@ -21,6 +21,7 @@
<ItemGroup>
<ProjectReference Include="..\WinIn.FasterZ.Wms.Domain.Shared\WinIn.FasterZ.Wms.Domain.Shared.csproj" />
<ProjectReference Include="..\WinIn.FasterZ.Wms.Domain\WinIn.FasterZ.Wms.Domain.csproj" />
</ItemGroup>
</Project>

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/BasedataDictDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.BasedataDictItem.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.BasedataDict.Dtos;
@ -12,7 +14,7 @@ public class BasedataDictDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<BasedataDictItem> BasedataDictItems { get; set; }
public List<BasedataDictItemDto> BasedataDictItems { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDict/Dtos/CreateUpdateBasedataDictDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.BasedataDictItem.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.BasedataDict.Dtos;
@ -10,7 +12,7 @@ public class CreateUpdateBasedataDictDto
///
/// </summary>
[DisplayName("BasedataDictBasedataDictItems")]
public ICollection<BasedataDictItem> BasedataDictItems { get; set; }
public List<BasedataDictItemDto> BasedataDictItems { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/BasedataDictItemDto.cs

@ -27,7 +27,7 @@ public class BasedataDictItemDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public BasedataDict Master { get; set; }
/// <summary>
///

8
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/BasedataDictItem/Dtos/CreateUpdateBasedataDictItemDto.cs

@ -23,13 +23,7 @@ public class CreateUpdateBasedataDictItemDto
/// </summary>
[DisplayName("BasedataDictItemEnabled")]
public bool Enabled { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("BasedataDictItemMaster")]
public BasedataDict Master { get; set; }
/// <summary>
///
/// </summary>

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/CreateUpdateInventoryContainerDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainer.Dtos;
@ -23,7 +25,7 @@ public class CreateUpdateInventoryContainerDto
/// <summary>
///
/// </summary>
public ICollection<InventoryContainerDetail> InventoryContainerDetails { get; set; }
public List<InventoryContainerDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainer/Dtos/InventoryContainerDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.InventoryContainerDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.InventoryContainer.Dtos;
@ -27,7 +29,7 @@ public class InventoryContainerDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<InventoryContainerDetail> InventoryContainerDetails { get; set; }
public List<InventoryContainerDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/CreateUpdateInventoryContainerDetailDto.cs

@ -48,7 +48,7 @@ public class CreateUpdateInventoryContainerDetailDto
/// <summary>
///
/// </summary>
public InventoryContainer Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/InventoryContainerDetail/Dtos/InventoryContainerDetailDto.cs

@ -52,7 +52,7 @@ public class InventoryContainerDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public InventoryContainer Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/CreateUpdateJobCheckJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJob.Dtos;
@ -48,7 +50,7 @@ public class CreateUpdateJobCheckJobDto
/// <summary>
///
/// </summary>
public ICollection<JobCheckJobDetail> JobCheckJobDetails { get; set; }
public List<JobCheckJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJob/Dtos/JobCheckJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobCheckJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobCheckJob.Dtos;
@ -52,7 +54,7 @@ public class JobCheckJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobCheckJobDetail> JobCheckJobDetails { get; set; }
public List<JobCheckJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/CreateUpdateJobCheckJobDetailDto.cs

@ -73,7 +73,7 @@ public class CreateUpdateJobCheckJobDetailDto
/// <summary>
///
/// </summary>
public JobCheckJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCheckJobDetail/Dtos/JobCheckJobDetailDto.cs

@ -77,7 +77,7 @@ public class JobCheckJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobCheckJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/CreateUpdateJobCountJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobCountJob.Dtos;
@ -68,7 +70,7 @@ public class CreateUpdateJobCountJobDto
/// <summary>
///
/// </summary>
public ICollection<JobCountJobDetail> JobCountJobDetails { get; set; }
public List<JobCountJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJob/Dtos/JobCountJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobCountJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobCountJob.Dtos;
@ -72,7 +74,7 @@ public class JobCountJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobCountJobDetail> JobCountJobDetails { get; set; }
public List<JobCountJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/CreateUpdateJobCountJobDetailDto.cs

@ -103,7 +103,7 @@ public class CreateUpdateJobCountJobDetailDto
/// <summary>
///
/// </summary>
public JobCountJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobCountJobDetail/Dtos/JobCountJobDetailDto.cs

@ -107,7 +107,7 @@ public class JobCountJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobCountJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/CreateUpdateJobDeliverJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJob.Dtos;
@ -68,7 +70,7 @@ public class CreateUpdateJobDeliverJobDto
/// <summary>
///
/// </summary>
public ICollection<JobDeliverJobDetail> JobDeliverJobDetails { get; set; }
public List<JobDeliverJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJob/Dtos/JobDeliverJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobDeliverJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobDeliverJob.Dtos;
@ -72,7 +74,7 @@ public class JobDeliverJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobDeliverJobDetail> JobDeliverJobDetails { get; set; }
public List<JobDeliverJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/CreateUpdateJobDeliverJobDetailDto.cs

@ -93,7 +93,7 @@ public class CreateUpdateJobDeliverJobDetailDto
/// <summary>
///
/// </summary>
public JobDeliverJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobDeliverJobDetail/Dtos/JobDeliverJobDetailDto.cs

@ -97,7 +97,7 @@ public class JobDeliverJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobDeliverJob Master { get; set; }
/// <summary>
///

10
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/CreateUpdateJobInspectJobDto.cs

@ -1,4 +1,7 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJob.Dtos;
@ -58,12 +61,7 @@ public class CreateUpdateJobInspectJobDto
/// <summary>
///
/// </summary>
public ICollection<JobInspectJobDetail> JobInspectJobDetails { get; set; }
/// <summary>
///
/// </summary>
public ICollection<JobInspectJobSummaryDetail> JobInspectJobSummaryDetails { get; set; }
public List<JobInspectJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

10
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJob/Dtos/JobInspectJobDto.cs

@ -1,5 +1,8 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobInspectJobDetail.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobInspectJobSummaryDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobInspectJob.Dtos;
@ -62,12 +65,7 @@ public class JobInspectJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobInspectJobDetail> JobInspectJobDetails { get; set; }
/// <summary>
///
/// </summary>
public ICollection<JobInspectJobSummaryDetail> JobInspectJobSummaryDetails { get; set; }
public List<JobInspectJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/CreateUpdateJobInspectJobDetailDto.cs

@ -118,7 +118,7 @@ public class CreateUpdateJobInspectJobDetailDto
/// <summary>
///
/// </summary>
public JobInspectJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobDetail/Dtos/JobInspectJobDetailDto.cs

@ -122,7 +122,7 @@ public class JobInspectJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobInspectJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/CreateUpdateJobInspectJobSummaryDetailDto.cs

@ -88,7 +88,7 @@ public class CreateUpdateJobInspectJobSummaryDetailDto
/// <summary>
///
/// </summary>
public JobInspectJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobInspectJobSummaryDetail/Dtos/JobInspectJobSummaryDetailDto.cs

@ -92,7 +92,7 @@ public class JobInspectJobSummaryDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobInspectJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/CreateUpdateJobIssueJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJob.Dtos;
@ -48,7 +50,7 @@ public class CreateUpdateJobIssueJobDto
/// <summary>
///
/// </summary>
public ICollection<JobIssueJobDetail> JobIssueJobDetails { get; set; }
public List<JobIssueJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJob/Dtos/JobIssueJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobIssueJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobIssueJob.Dtos;
@ -52,7 +54,7 @@ public class JobIssueJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobIssueJobDetail> JobIssueJobDetails { get; set; }
public List<JobIssueJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/CreateUpdateJobIssueJobDetailDto.cs

@ -108,7 +108,7 @@ public class CreateUpdateJobIssueJobDetailDto
/// <summary>
///
/// </summary>
public JobIssueJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobIssueJobDetail/Dtos/JobIssueJobDetailDto.cs

@ -112,7 +112,7 @@ public class JobIssueJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobIssueJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/CreateUpdateJobJisDeliverJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob.Dtos;
@ -78,7 +80,7 @@ public class CreateUpdateJobJisDeliverJobDto
/// <summary>
///
/// </summary>
public ICollection<JobJisDeliverJobDetail> JobJisDeliverJobDetails { get; set; }
public List<JobJisDeliverJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJob/Dtos/JobJisDeliverJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobJisDeliverJob.Dtos;
@ -82,7 +84,7 @@ public class JobJisDeliverJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobJisDeliverJobDetail> JobJisDeliverJobDetails { get; set; }
public List<JobJisDeliverJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/CreateUpdateJobJisDeliverJobDetailDto.cs

@ -53,7 +53,7 @@ public class CreateUpdateJobJisDeliverJobDetailDto
/// <summary>
///
/// </summary>
public JobJisDeliverJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobJisDeliverJobDetail/Dtos/JobJisDeliverJobDetailDto.cs

@ -57,7 +57,7 @@ public class JobJisDeliverJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobJisDeliverJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/CreateUpdateJobProductReceiveJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob.Dtos;
@ -48,7 +50,7 @@ public class CreateUpdateJobProductReceiveJobDto
/// <summary>
///
/// </summary>
public ICollection<JobProductReceiveJobDetail> JobProductReceiveJobDetails { get; set; }
public List<JobProductReceiveJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJob/Dtos/JobProductReceiveJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobProductReceiveJob.Dtos;
@ -52,7 +54,7 @@ public class JobProductReceiveJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobProductReceiveJobDetail> JobProductReceiveJobDetails { get; set; }
public List<JobProductReceiveJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/CreateUpdateJobProductReceiveJobDetailDto.cs

@ -93,7 +93,7 @@ public class CreateUpdateJobProductReceiveJobDetailDto
/// <summary>
///
/// </summary>
public JobProductReceiveJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductReceiveJobDetail/Dtos/JobProductReceiveJobDetailDto.cs

@ -97,7 +97,7 @@ public class JobProductReceiveJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobProductReceiveJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/CreateUpdateJobProductionReturnJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob.Dtos;
@ -48,7 +50,7 @@ public class CreateUpdateJobProductionReturnJobDto
/// <summary>
///
/// </summary>
public ICollection<JobProductionReturnJobDetail> JobProductionReturnJobDetails { get; set; }
public List<JobProductionReturnJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJob/Dtos/JobProductionReturnJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobProductionReturnJob.Dtos;
@ -52,7 +54,7 @@ public class JobProductionReturnJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobProductionReturnJobDetail> JobProductionReturnJobDetails { get; set; }
public List<JobProductionReturnJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/CreateUpdateJobProductionReturnJobDetailDto.cs

@ -118,7 +118,7 @@ public class CreateUpdateJobProductionReturnJobDetailDto
/// <summary>
///
/// </summary>
public JobProductionReturnJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobProductionReturnJobDetail/Dtos/JobProductionReturnJobDetailDto.cs

@ -122,7 +122,7 @@ public class JobProductionReturnJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobProductionReturnJob Master { get; set; }
/// <summary>
///

9
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/CreateUpdateJobPurchaseReceiptJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob.Dtos;
@ -53,12 +55,7 @@ public class CreateUpdateJobPurchaseReceiptJobDto
/// <summary>
///
/// </summary>
public ICollection<JobPurchaseReceiptJobDetailCopy> JobPurchaseReceiptJobDetailCopies { get; set; }
/// <summary>
///
/// </summary>
public ICollection<JobPurchaseReceiptJobDetail> JobPurchaseReceiptJobDetails { get; set; }
public List<JobPurchaseReceiptJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

9
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJob/Dtos/JobPurchaseReceiptJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReceiptJob.Dtos;
@ -57,12 +59,7 @@ public class JobPurchaseReceiptJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobPurchaseReceiptJobDetailCopy> JobPurchaseReceiptJobDetailCopies { get; set; }
/// <summary>
///
/// </summary>
public ICollection<JobPurchaseReceiptJobDetail> JobPurchaseReceiptJobDetails { get; set; }
public List<JobPurchaseReceiptJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/CreateUpdateJobPurchaseReceiptJobDetailDto.cs

@ -113,7 +113,7 @@ public class CreateUpdateJobPurchaseReceiptJobDetailDto
/// <summary>
///
/// </summary>
public JobPurchaseReceiptJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReceiptJobDetail/Dtos/JobPurchaseReceiptJobDetailDto.cs

@ -117,7 +117,7 @@ public class JobPurchaseReceiptJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobPurchaseReceiptJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/CreateUpdateJobPurchaseReturnJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob.Dtos;
@ -53,7 +55,7 @@ public class CreateUpdateJobPurchaseReturnJobDto
/// <summary>
///
/// </summary>
public ICollection<JobPurchaseReturnJobDetail> JobPurchaseReturnJobDetails { get; set; }
public List<JobPurchaseReturnJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJob/Dtos/JobPurchaseReturnJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobPurchaseReturnJob.Dtos;
@ -57,7 +59,7 @@ public class JobPurchaseReturnJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobPurchaseReturnJobDetail> JobPurchaseReturnJobDetails { get; set; }
public List<JobPurchaseReturnJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/CreateUpdateJobPurchaseReturnJobDetailDto.cs

@ -93,7 +93,7 @@ public class CreateUpdateJobPurchaseReturnJobDetailDto
/// <summary>
///
/// </summary>
public JobPurchaseReturnJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPurchaseReturnJobDetail/Dtos/JobPurchaseReturnJobDetailDto.cs

@ -97,7 +97,7 @@ public class JobPurchaseReturnJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobPurchaseReturnJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/CreateUpdateJobPutawayJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJob.Dtos;
@ -58,7 +60,7 @@ public class CreateUpdateJobPutawayJobDto
/// <summary>
///
/// </summary>
public ICollection<JobPutawayJobDetail> JobPutawayJobDetails { get; set; }
public List<JobPutawayJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJob/Dtos/JobPutawayJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobPutawayJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobPutawayJob.Dtos;
@ -62,7 +64,7 @@ public class JobPutawayJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobPutawayJobDetail> JobPutawayJobDetails { get; set; }
public List<JobPutawayJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/CreateUpdateJobPutawayJobDetailDto.cs

@ -118,7 +118,7 @@ public class CreateUpdateJobPutawayJobDetailDto
/// <summary>
///
/// </summary>
public JobPutawayJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobPutawayJobDetail/Dtos/JobPutawayJobDetailDto.cs

@ -122,7 +122,7 @@ public class JobPutawayJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobPutawayJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/CreateUpdateJobUnplannedIssueJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob.Dtos;
@ -73,7 +75,7 @@ public class CreateUpdateJobUnplannedIssueJobDto
/// <summary>
///
/// </summary>
public ICollection<JobUnplannedIssueJobDetail> JobUnplannedIssueJobDetails { get; set; }
public List<JobUnplannedIssueJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJob/Dtos/JobUnplannedIssueJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedIssueJob.Dtos;
@ -77,7 +79,7 @@ public class JobUnplannedIssueJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobUnplannedIssueJobDetail> JobUnplannedIssueJobDetails { get; set; }
public List<JobUnplannedIssueJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/CreateUpdateJobUnplannedIssueJobDetailDto.cs

@ -98,7 +98,7 @@ public class CreateUpdateJobUnplannedIssueJobDetailDto
/// <summary>
///
/// </summary>
public JobUnplannedIssueJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedIssueJobDetail/Dtos/JobUnplannedIssueJobDetailDto.cs

@ -102,7 +102,7 @@ public class JobUnplannedIssueJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobUnplannedIssueJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/CreateUpdateJobUnplannedReceiptJobDto.cs

@ -1,4 +1,6 @@
using System;
using System.Collections.Generic;
using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob.Dtos;
@ -73,7 +75,7 @@ public class CreateUpdateJobUnplannedReceiptJobDto
/// <summary>
///
/// </summary>
public ICollection<JobUnplannedReceiptJobDetail> JobUnplannedReceiptJobDetails { get; set; }
public List<JobUnplannedReceiptJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJob/Dtos/JobUnplannedReceiptJobDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJobDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.JobUnplannedReceiptJob.Dtos;
@ -77,7 +79,7 @@ public class JobUnplannedReceiptJobDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<JobUnplannedReceiptJobDetail> JobUnplannedReceiptJobDetails { get; set; }
public List<JobUnplannedReceiptJobDetailDto> Details {get;set;} =new ();
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/CreateUpdateJobUnplannedReceiptJobDetailDto.cs

@ -98,7 +98,7 @@ public class CreateUpdateJobUnplannedReceiptJobDetailDto
/// <summary>
///
/// </summary>
public JobUnplannedReceiptJob Master { get; set; }
/// <summary>
///

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/JobUnplannedReceiptJobDetail/Dtos/JobUnplannedReceiptJobDetailDto.cs

@ -102,7 +102,7 @@ public class JobUnplannedReceiptJobDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public JobUnplannedReceiptJob Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/CreateUpdateStoreBackFlushNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote.Dtos;
@ -154,7 +156,7 @@ public class CreateUpdateStoreBackFlushNoteDto
///
/// </summary>
[DisplayName("StoreBackFlushNoteStoreBackFlushNoteDetails")]
public ICollection<StoreBackFlushNoteDetail> StoreBackFlushNoteDetails { get; set; }
public List<StoreBackFlushNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNote/Dtos/StoreBackFlushNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreBackFlushNote.Dtos;
@ -132,7 +134,7 @@ public class StoreBackFlushNoteDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreBackFlushNoteDetail> StoreBackFlushNoteDetails { get; set; }
public List<StoreBackFlushNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/CreateUpdateStoreBackFlushNoteDetailDto.cs

@ -90,12 +90,6 @@ public class CreateUpdateStoreBackFlushNoteDetailDto
[DisplayName("StoreBackFlushNoteDetailLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreBackFlushNoteDetailMaster")]
public StoreBackFlushNote Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreBackFlushNoteDetail/Dtos/StoreBackFlushNoteDetailDto.cs

@ -82,7 +82,7 @@ public class StoreBackFlushNoteDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreBackFlushNote Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/CreateUpdateStoreContainerBindNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote.Dtos;
@ -52,7 +54,7 @@ public class CreateUpdateStoreContainerBindNoteDto
///
/// </summary>
[DisplayName("StoreContainerBindNoteStoreContainerBindNoteDetails")]
public ICollection<StoreContainerBindNoteDetail> StoreContainerBindNoteDetails { get; set; }
public List<StoreContainerBindNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNote/Dtos/StoreContainerBindNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreContainerBindNote.Dtos;
@ -47,7 +49,7 @@ public class StoreContainerBindNoteDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreContainerBindNoteDetail> StoreContainerBindNoteDetails { get; set; }
public List<StoreContainerBindNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/CreateUpdateStoreContainerBindNoteDetailDto.cs

@ -54,12 +54,6 @@ public class CreateUpdateStoreContainerBindNoteDetailDto
[DisplayName("StoreContainerBindNoteDetailLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreContainerBindNoteDetailMaster")]
public StoreContainerBindNote Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreContainerBindNoteDetail/Dtos/StoreContainerBindNoteDetailDto.cs

@ -52,7 +52,7 @@ public class StoreContainerBindNoteDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreContainerBindNote Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/CreateUpdateStoreCountAdjustNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote.Dtos;
@ -58,7 +60,7 @@ public class CreateUpdateStoreCountAdjustNoteDto
///
/// </summary>
[DisplayName("StoreCountAdjustNoteStoreCountAdjustNoteDetails")]
public ICollection<StoreCountAdjustNoteDetail> StoreCountAdjustNoteDetails { get; set; }
public List<StoreCountAdjustNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNote/Dtos/StoreCountAdjustNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustNote.Dtos;
@ -52,7 +54,7 @@ public class StoreCountAdjustNoteDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreCountAdjustNoteDetail> StoreCountAdjustNoteDetails { get; set; }
public List<StoreCountAdjustNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/CreateUpdateStoreCountAdjustNoteDetailDto.cs

@ -102,12 +102,6 @@ public class CreateUpdateStoreCountAdjustNoteDetailDto
[DisplayName("StoreCountAdjustNoteDetailLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountAdjustNoteDetailMaster")]
public StoreCountAdjustNote Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustNoteDetail/Dtos/StoreCountAdjustNoteDetailDto.cs

@ -92,7 +92,7 @@ public class StoreCountAdjustNoteDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCountAdjustNote Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/CreateUpdateStoreCountAdjustRequestDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest.Dtos;
@ -76,7 +78,7 @@ public class CreateUpdateStoreCountAdjustRequestDto
///
/// </summary>
[DisplayName("StoreCountAdjustRequestStoreCountAdjustRequestDetails")]
public ICollection<StoreCountAdjustRequestDetail> StoreCountAdjustRequestDetails { get; set; }
public List<StoreCountAdjustRequestDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequest/Dtos/StoreCountAdjustRequestDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequestDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountAdjustRequest.Dtos;
@ -67,7 +69,7 @@ public class StoreCountAdjustRequestDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreCountAdjustRequestDetail> StoreCountAdjustRequestDetails { get; set; }
public List<StoreCountAdjustRequestDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/CreateUpdateStoreCountAdjustRequestDetailDto.cs

@ -90,12 +90,6 @@ public class CreateUpdateStoreCountAdjustRequestDetailDto
[DisplayName("StoreCountAdjustRequestDetailLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountAdjustRequestDetailMaster")]
public StoreCountAdjustRequest Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountAdjustRequestDetail/Dtos/StoreCountAdjustRequestDetailDto.cs

@ -82,7 +82,7 @@ public class StoreCountAdjustRequestDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCountAdjustRequest Master { get; set; }
/// <summary>
///

10
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/CreateUpdateStoreCountNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNote.Dtos;
@ -60,17 +62,11 @@ public class CreateUpdateStoreCountNoteDto
[DisplayName("StoreCountNoteStage")]
public string Stage { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountNoteStoreCountNoteDetailCopies")]
public ICollection<StoreCountNoteDetailCopy> StoreCountNoteDetailCopies { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountNoteStoreCountNoteDetails")]
public ICollection<StoreCountNoteDetail> StoreCountNoteDetails { get; set; }
public List<StoreCountNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

9
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNote/Dtos/StoreCountNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreCountNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountNote.Dtos;
@ -57,12 +59,7 @@ public class StoreCountNoteDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreCountNoteDetailCopy> StoreCountNoteDetailCopies { get; set; }
/// <summary>
///
/// </summary>
public ICollection<StoreCountNoteDetail> StoreCountNoteDetails { get; set; }
public List<StoreCountNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/CreateUpdateStoreCountNoteDetailDto.cs

@ -162,12 +162,6 @@ public class CreateUpdateStoreCountNoteDetailDto
[DisplayName("StoreCountNoteDetailLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountNoteDetailMaster")]
public StoreCountNote Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetail/Dtos/StoreCountNoteDetailDto.cs

@ -142,7 +142,7 @@ public class StoreCountNoteDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCountNote Master { get; set; }
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/CreateUpdateStoreCountNoteDetailCopyDto.cs

@ -162,12 +162,6 @@ public class CreateUpdateStoreCountNoteDetailCopyDto
[DisplayName("StoreCountNoteDetailCopyLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountNoteDetailCopyMaster")]
public StoreCountNote Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountNoteDetailCopy/Dtos/StoreCountNoteDetailCopyDto.cs

@ -142,7 +142,7 @@ public class StoreCountNoteDetailCopyDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCountNote Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/CreateUpdateStoreCountPlanDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlan.Dtos;
@ -124,7 +126,7 @@ public class CreateUpdateStoreCountPlanDto
///
/// </summary>
[DisplayName("StoreCountPlanStoreCountPlanDetails")]
public ICollection<StoreCountPlanDetail> StoreCountPlanDetails { get; set; }
public List<StoreCountPlanDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlan/Dtos/StoreCountPlanDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreCountPlanDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCountPlan.Dtos;
@ -107,7 +109,7 @@ public class StoreCountPlanDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreCountPlanDetail> StoreCountPlanDetails { get; set; }
public List<StoreCountPlanDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/CreateUpdateStoreCountPlanDetailDto.cs

@ -150,12 +150,6 @@ public class CreateUpdateStoreCountPlanDetailDto
[DisplayName("StoreCountPlanDetailLot")]
public string? Lot { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCountPlanDetailMaster")]
public StoreCountPlan Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCountPlanDetail/Dtos/StoreCountPlanDetailDto.cs

@ -132,7 +132,7 @@ public class StoreCountPlanDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCountPlan Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/CreateUpdateStoreCustomerAsnDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn.Dtos;
@ -82,7 +84,7 @@ public class CreateUpdateStoreCustomerAsnDto
///
/// </summary>
[DisplayName("StoreCustomerAsnStoreCustomerAsnDetails")]
public ICollection<StoreCustomerAsnDetail> StoreCustomerAsnDetails { get; set; }
public List<StoreCustomerAsnDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsn/Dtos/StoreCustomerAsnDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsnDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerAsn.Dtos;
@ -72,7 +74,7 @@ public class StoreCustomerAsnDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreCustomerAsnDetail> StoreCustomerAsnDetails { get; set; }
public List<StoreCustomerAsnDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/CreateUpdateStoreCustomerAsnDetailDto.cs

@ -30,12 +30,6 @@ public class CreateUpdateStoreCustomerAsnDetailDto
[DisplayName("StoreCustomerAsnDetailItemName")]
public string? ItemName { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCustomerAsnDetailMaster")]
public StoreCustomerAsn Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerAsnDetail/Dtos/StoreCustomerAsnDetailDto.cs

@ -32,7 +32,7 @@ public class StoreCustomerAsnDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCustomerAsn Master { get; set; }
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/CreateUpdateStoreCustomerReturnNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote.Dtos;
@ -46,7 +48,7 @@ public class CreateUpdateStoreCustomerReturnNoteDto
///
/// </summary>
[DisplayName("StoreCustomerReturnNoteStoreCustomerReturnNoteDetails")]
public ICollection<StoreCustomerReturnNoteDetail> StoreCustomerReturnNoteDetails { get; set; }
public List<StoreCustomerReturnNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

4
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNote/Dtos/StoreCustomerReturnNoteDto.cs

@ -1,5 +1,7 @@
using System;
using System.Collections.Generic;
using Volo.Abp.Application.Dtos;
using WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNoteDetail.Dtos;
namespace WinIn.FasterZ.Wms.Z_Business.StoreCustomerReturnNote.Dtos;
@ -42,7 +44,7 @@ public class StoreCustomerReturnNoteDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public ICollection<StoreCustomerReturnNoteDetail> StoreCustomerReturnNoteDetails { get; set; }
public List<StoreCustomerReturnNoteDetailDto> Details {get;set;} =new ();
/// <summary>
///

6
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/CreateUpdateStoreCustomerReturnNoteDetailDto.cs

@ -96,12 +96,6 @@ public class CreateUpdateStoreCustomerReturnNoteDetailDto
[DisplayName("StoreCustomerReturnNoteDetailItemName")]
public string? ItemName { get; set; }
/// <summary>
///
/// </summary>
[DisplayName("StoreCustomerReturnNoteDetailMaster")]
public StoreCustomerReturnNote Master { get; set; }
/// <summary>
///
/// </summary>

2
WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Application.Contracts/Z_Business/StoreCustomerReturnNoteDetail/Dtos/StoreCustomerReturnNoteDetailDto.cs

@ -87,7 +87,7 @@ public class StoreCustomerReturnNoteDetailDto : AuditedEntityDto<Guid>
/// <summary>
///
/// </summary>
public StoreCustomerReturnNote Master { get; set; }
/// <summary>
///

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save