forked from wangziqi/gongxue-base
feat: add college archive fields
This commit is contained in:
@@ -4,6 +4,8 @@ import { IsOptional, IsString, IsNumber, IsDateString, IsNotEmpty, Min } from 'c
|
||||
export class UpsertProfileDto {
|
||||
@IsOptional() @IsString() targetCollege?: string;
|
||||
@IsOptional() @IsString() targetMajor?: string;
|
||||
@IsOptional() @IsString() collegeSchool?: string;
|
||||
@IsOptional() @IsString() collegeMajor?: string;
|
||||
@IsOptional() @IsString() subjectDirection?: string;
|
||||
@IsOptional() @IsString() grade?: string;
|
||||
@IsOptional() @IsDateString() profileDate?: string;
|
||||
|
||||
Reference in New Issue
Block a user