fix hospital info

This commit is contained in:
avicenan
2026-06-03 11:04:21 +09:00
parent c523bd9efa
commit 9d156699f5

View File

@ -32,7 +32,7 @@ export class HospitalInformation {
@Column({
type: 'text',
nullable: false,
nullable: true,
})
code: string;