20 lines
452 B
PHP
20 lines
452 B
PHP
<?php
|
|
return [
|
|
'title' => "청구서 정보",
|
|
'label' => [
|
|
'uid' => "청구서번호",
|
|
'order_uid' => "주문정보",
|
|
'user_uid' => "사용자정보",
|
|
'title' => "청구서명",
|
|
'upload_file' => "청구서파일",
|
|
'response' => "결제처리결과",
|
|
'status' => "상태",
|
|
'updated_at' => "수정일",
|
|
'created_at' => "작성일"
|
|
],
|
|
"STATUS" => [
|
|
"use" => "사용",
|
|
"unuse" => "사용않함",
|
|
],
|
|
];
|