i want generate 100 order and ordresult, ordresult data from order. #384
HelloValue
started this conversation in
General
Replies: 2 comments
-
Finally,i use two But,is there an easier or clean way? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please provide a cleaner and simplified version of what you're trying to achieve. Your code example does not compile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is my code:
the order have List<testItem>.
the ordresult data must from order. ordresult have List<testitemResult>.
So, I generate 100 orders, then i want generate 100 ordresult, and testitemResult.
testitemResult some data from testItem.
Beta Was this translation helpful? Give feedback.
All reactions