asb_cloud_front/src/services/api/models/WellCompositeDto.ts

10 lines
182 B
TypeScript
Raw Normal View History

2021-10-12 15:28:46 +05:00
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type WellCompositeDto = {
idWell?: number;
idWellSrc?: number;
idWellSectionType?: number;
2021-11-15 14:01:17 +05:00
}