회사 관리 - 등록 페이지 수정
This commit is contained in:
@@ -74,6 +74,12 @@ export const MOCK_COMPANIES: Company[] = [
|
||||
// 새 회사 등록 시 기본값
|
||||
export const DEFAULT_COMPANY_FORM_DATA = {
|
||||
company_name: "",
|
||||
business_registration_number: "",
|
||||
representative_name: "",
|
||||
representative_phone: "",
|
||||
email: "",
|
||||
website: "",
|
||||
address: "",
|
||||
};
|
||||
|
||||
// 페이징 관련 상수
|
||||
|
||||
Reference in New Issue
Block a user