feat(watch): 手表设备导出新增用户单位和用户部门字段

This commit is contained in:
2026-05-25 14:08:23 +08:00
parent eb33cc2408
commit 99f150be25
2 changed files with 6 additions and 0 deletions
@@ -25,6 +25,10 @@ public class ToolExport {
private String workNo;
@Excel(name = "绑定用户")
private String realName;
@Excel(name = "用户单位")
private String userOrgName;
@Excel(name = "用户部门")
private String userDeptName;
@Excel(name = "绑定日期", format = "yyyy-MM-dd", width = 30)
private Date bindDate;
@Excel(name = "心率")