新疆项目需求整改
This commit is contained in:
+5
-1
@@ -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;
|
||||
}
|
||||
|
||||
+6
@@ -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;
|
||||
|
||||
|
||||
+12
@@ -47,4 +47,16 @@ public class HealthRoomBaseVO {
|
||||
*/
|
||||
@Schema(title = "运转时间(分钟)")
|
||||
private Integer runTime;
|
||||
|
||||
/**
|
||||
* 管理人员
|
||||
*/
|
||||
@Schema(title = "管理人员")
|
||||
private String manager;
|
||||
|
||||
/**
|
||||
* 联系电话
|
||||
*/
|
||||
@Schema(title = "联系电话")
|
||||
private String phone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user