feat(watch): 手表设备导出新增用户单位和用户部门字段
This commit is contained in:
@@ -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 = "心率")
|
||||
|
||||
Reference in New Issue
Block a user