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? |
0 replies
|
Please provide a cleaner and simplified version of what you're trying to achieve. Your code example does not compile. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions