新疆项目需求整改

This commit is contained in:
feng
2025-12-23 18:10:05 +08:00
parent e45f571cd2
commit 1c7ba176f6
13 changed files with 77 additions and 8 deletions
@@ -16,5 +16,9 @@ public class CareUserVO {
private String lifeguardName;
@Schema(title = "急救人员电话")
private String lifeguardPhone;
//20251223 改为两个急救人员 ,为改动最小化 没有改数据结构
@Schema(title = "急救人员2姓名")
private String lifeguardName2;
@Schema(title = "急救人员2电话")
private String lifeguardPhone2;
}
@@ -55,6 +55,12 @@ public class EmergencyContactVO {
@Schema(title = "急救人员电话")
private String firstAiderPhone;
@Schema(title = "急救人2员姓名")
private String firstAiderName2;
@Schema(title = "急救人2员电话")
private String firstAiderPhone2;
@Schema(title = "重点关爱人员是否倒班(1是 2否)")
private Integer keycareShiftWork;
@@ -47,4 +47,16 @@ public class HealthRoomBaseVO {
*/
@Schema(title = "运转时间(分钟)")
private Integer runTime;
/**
* 管理人员
*/
@Schema(title = "管理人员")
private String manager;
/**
* 联系电话
*/
@Schema(title = "联系电话")
private String phone;
}