Skip to content

Commit

Permalink
New dongyeon setting variable (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojeongyunn authored Sep 17, 2023
1 parent 85e75d1 commit b0d2a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popo/setting/setting.dto.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export class PopoSettingDto {
readonly popo_crm_mail: string; // CRM = 고객 관계 관리
readonly donyeon_bank: string; // ex. 카카오뱅크 12345-6789-10 (홍길동)
readonly dongyeon_service_time: string; // ex. 학기중 평일 12:30 ~ 13:30
readonly dongyeon_contact: string; // ex. (운영관리부) 0xx-xxxx-xxxx
}

0 comments on commit b0d2a3a

Please sign in to comment.