"서비스항목정보", 'label' => [ 'serviceinfo_uid' => "서비스명", 'item_type' => "항목형식", 'item_uid' => "항목", 'billing_cycle' => "청구방식", 'price' => "소비자금액", 'amount' => "서비스금액", 'start_at' => "개통일", 'end_at' => "해지일", 'status' => "상태", 'updated_at' => "수정일", 'created_at' => "신청일", 'deleted_at' => "삭제일", ], 'DEFAULTS' => [ 'item_type' => "server", 'billing_cycle' => "month", 'type' => "default", 'status' => 'default' ], "ITEM_TYPE" => [ "LINE" => "라인", "IP" => "IP주소", "SERVER" => "서버", "CPU" => "CPU", "RAM" => "메모리", "STORAGE" => "저장장치", "SOFTWARE" => "소프트웨어", "DEFENCE" => "방어(CS)", "DOMAIN" => "도메인", ], "BILLING_CYCLE" => [ "month" => "매월", "onetime" => "일회성", ], "STATUS" => [ 'default' => "사용중", "pause" => "일시정지", 'reservation' => "설치예약", "terminated" => "해지", "delete" => "삭제", ], ];