Merge remote-tracking branch 'origin/main'

This commit is contained in:
Euni4U 2025-03-18 13:06:54 +08:00
commit 3ae2f45e17

View File

@ -33,7 +33,7 @@ public class InspectPatientRespVO {
@Schema(description = "出生日期") @Schema(description = "出生日期")
@ExcelProperty("出生日期") @ExcelProperty("出生日期")
private LocalDate birthday; private LocalDateTime birthday;
@Schema(description = "证件类型", example = "1") @Schema(description = "证件类型", example = "1")
@ExcelProperty("证件类型") @ExcelProperty("证件类型")