Skip to content

Commit 6acdcf5

Browse files
replace static stu email with dynamic user-setting var (#93)
Co-authored-by: bluehorn07 <[email protected]>
1 parent fd492fd commit 6acdcf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/popo/setting/setting.dto.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { IsFile, MaxFileSize, MemoryStoredFile } from 'nestjs-form-data';
22
export class PopoSettingDto {
33
readonly popo_crm_mail: string; // CRM = 고객 관계 관리
4+
readonly stu_email: string; // 총학 이메일: [email protected]
45
readonly donyeon_bank: string; // ex. 카카오뱅크 12345-6789-10 (홍길동)
56
readonly dongyeon_service_time: string; // ex. 학기중 평일 12:30 ~ 13:30
67
readonly dongyeon_contact: string; // ex. (운영관리부) 0xx-xxxx-xxxx

0 commit comments

Comments
 (0)