We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd492fd commit 6acdcf5Copy full SHA for 6acdcf5
src/popo/setting/setting.dto.ts
@@ -1,6 +1,7 @@
1
import { IsFile, MaxFileSize, MemoryStoredFile } from 'nestjs-form-data';
2
export class PopoSettingDto {
3
readonly popo_crm_mail: string; // CRM = 고객 관계 관리
4
+ readonly stu_email: string; // 총학 이메일: [email protected]
5
readonly donyeon_bank: string; // ex. 카카오뱅크 12345-6789-10 (홍길동)
6
readonly dongyeon_service_time: string; // ex. 학기중 평일 12:30 ~ 13:30
7
readonly dongyeon_contact: string; // ex. (운영관리부) 0xx-xxxx-xxxx
0 commit comments