style(watch): 清理代码格式,移除多余空行
统一 health-watch-api 模块中多个文件的代码风格, 删除冗余空行,保持代码整洁一致。 涉及文件: - DepartStatTransfer.java - DeptData.java - DeptStatData.java - WearingDetailTransfer.java
This commit is contained in:
+6
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user