style(watch): 清理代码格式,移除多余空行

统一 health-watch-api 模块中多个文件的代码风格,
删除冗余空行,保持代码整洁一致。

涉及文件:
- DepartStatTransfer.java
- DeptData.java
- DeptStatData.java
- WearingDetailTransfer.java
This commit is contained in:
2026-05-14 10:00:25 +08:00
parent 61f26973ae
commit 74310b095c
54 changed files with 315 additions and 29639 deletions
@@ -494,6 +494,12 @@ public class HealthUserEmployeeEx implements Serializable {
@Schema(title = "急救人员2电话")
private String lifeguardPhone2;
/**
* 非关爱人员标记:0-否,1-是
*/
@Schema(title = "非关爱人员标记:0-否,1-是")
private Integer nonCareFlag;
/**
* 岗位id
*/