vendor machine seeder

This commit is contained in:
glovetleong
2021-06-26 16:40:24 +08:00
parent c07faf92a8
commit 0be9350b30
18 changed files with 473 additions and 13 deletions
+16 -1
View File
@@ -7,5 +7,20 @@
'short_title' => 'Unity',
'description' => 'Unity',
],
'version' => 1
'version' => 1,
'contract_obligation' => [
'complete_status' => [
'pending' => 9,
'completed' => 1,
],
'accept_status' => [
'pending' => 9,
'accepted' => 1,
],
'type' => [
'money' => 1,
'offer_service' => 2,
'received_service' => 3,
]
]
];