diff options
Diffstat (limited to 'components/common/selectors/cost-center')
| -rw-r--r-- | components/common/selectors/cost-center/cost-center-selector.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/common/selectors/cost-center/cost-center-selector.tsx b/components/common/selectors/cost-center/cost-center-selector.tsx index f87b6928..8c733cd0 100644 --- a/components/common/selectors/cost-center/cost-center-selector.tsx +++ b/components/common/selectors/cost-center/cost-center-selector.tsx @@ -55,10 +55,6 @@ export interface CostCenterSelectorProps { export interface CostCenterItem {
kostl: string // Cost Center
ktext: string // 단축명
- ltext: string // 설명
- datab: string // 시작일
- datbi: string // 종료일
- displayText: string // 표시용 텍스트
}
export function CostCenterSelector({
|
