chore: import DH V2 D5.6.4 production baseline
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { IsISO8601, IsUUID } from 'class-validator';
|
||||
|
||||
export class CreateInspectionVisitDto {
|
||||
@IsUUID('4')
|
||||
operationalAreaId!: string;
|
||||
|
||||
@IsUUID('4')
|
||||
operatorCompanyId!: string;
|
||||
|
||||
@IsISO8601({ strict: true })
|
||||
plannedStartAt!: string;
|
||||
|
||||
@IsUUID('4')
|
||||
leadInspectorUserId!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user