dbmsv4 init...5
This commit is contained in:
parent
4508b52075
commit
10561e6aca
@ -11,4 +11,9 @@ return [
|
|||||||
'created_at' => "작성일",
|
'created_at' => "작성일",
|
||||||
'deleted_at' => "삭제일",
|
'deleted_at' => "삭제일",
|
||||||
],
|
],
|
||||||
|
"STATUS" => [
|
||||||
|
STATUS['AVAILABLE'] => "사용중",
|
||||||
|
STATUS['PAUSE'] => "일시정지",
|
||||||
|
STATUS['TERMINATED'] => "완료",
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user