初始化

This commit is contained in:
lhx
2025-12-12 10:57:31 +08:00
commit f8e85beba1
38 changed files with 2146 additions and 0 deletions

5
app/schemas/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .work_area import WorkAreaCreate, WorkAreaResponse, WorkAreaBatchImport
from .section_data import SectionDataCreate, SectionDataResponse, SectionDataBatchImport
from .checkpoint import CheckpointCreate, CheckpointResponse, CheckpointBatchImport, CheckpointWithSection
from .measurement_data import MeasurementDataCreate, MeasurementDataResponse, MeasurementDataBatchImport, MeasurementDataWithDetail
from .common import PageParams, PageResponse, BatchImportResponse