Фикс
All checks were successful
Build And Push / publish (push) Successful in 5m32s

This commit is contained in:
2025-12-09 11:45:10 +03:00
parent defebaaa4f
commit 5bc260cbfa

View File

@ -640,7 +640,7 @@ class ProlongationModel(BaseModel):
class PatientELNModel(BaseModel): class PatientELNModel(BaseModel):
PatientSNILS: str = Field( PatientSNILS: str | None = Field(
title='СНИЛС болеющего', examples=['000-000-600 01'] title='СНИЛС болеющего', examples=['000-000-600 01']
) )
Number: str = Field( Number: str = Field(