挂号补单功能的完善

This commit is contained in:
2026-01-14 10:12:25 +08:00
parent 8e61490005
commit d8c4348341
8 changed files with 423 additions and 32 deletions

View File

@@ -141,4 +141,9 @@ public class CurrentDayEncounterDto {
*/
private String identifierNo;
/**
* 流水号(就诊当日序号)
*/
private Integer displayOrder;
}