contract template obligation dependency api

This commit is contained in:
glovetleong
2021-06-29 19:27:01 +08:00
parent 64280f5754
commit 2b65de855a
11 changed files with 464 additions and 16 deletions
+7
View File
@@ -22,6 +22,13 @@
'pending' => 9
]
],
'contract_template_obligation_dependency' => [
'status' => [
'active' => 1,
'delete' => 2,
'pending' => 9
]
],
'contract_obligation' => [
'complete_status' => [
'pending' => 9,
+1
View File
@@ -12,6 +12,7 @@
'email' => 'EMAIL_ERROR',
'unique' => 'UNIQUE_ERRO',
'confirmed' => 'CONFIRM_ERROR',
'obligation_depend_error' => 'OBLIGATION_DEPEND_ERROR',
'min' => [
'string' => 'MIN_ERROR_:min',
],