update client

This commit is contained in:
Фролов 2021-10-08 17:00:48 +05:00
parent e06df14a80
commit beaa8f3743

View File

@ -11,8 +11,9 @@ export type WellOperationDto = {
categoryName?: string | null;
categoryInfo?: string | null;
idType?: number;
wellDepth?: number;
startDate?: string;
depthStart?: number;
depthEnd?: number;
dateStart?: string;
durationHours?: number;
comment?: string | null;
}