forked from ddrilling/asb_cloud_front
update client
This commit is contained in:
parent
e06df14a80
commit
beaa8f3743
@ -11,8 +11,9 @@ export type WellOperationDto = {
|
|||||||
categoryName?: string | null;
|
categoryName?: string | null;
|
||||||
categoryInfo?: string | null;
|
categoryInfo?: string | null;
|
||||||
idType?: number;
|
idType?: number;
|
||||||
wellDepth?: number;
|
depthStart?: number;
|
||||||
startDate?: string;
|
depthEnd?: number;
|
||||||
|
dateStart?: string;
|
||||||
durationHours?: number;
|
durationHours?: number;
|
||||||
comment?: string | null;
|
comment?: string | null;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user