车辆导出去除敏感数据

This commit is contained in:
cwchen 2024-09-13 17:56:00 +08:00
parent 9a65a6c0e3
commit 8dc9237287
1 changed files with 3 additions and 3 deletions

View File

@ -49,15 +49,15 @@ public class AccessMgeVo {
private String userName;
@ApiModelProperty(value = "司机电话")
@Excel(name = "司机电话", width = 10.0, orderNum = "4")
// @Excel(name = "司机电话", width = 10.0, orderNum = "4")
private String phone;
@ApiModelProperty(value = "状态")
@Excel(name = "状态", width = 10.0, orderNum = "5")
@Excel(name = "状态", width = 10.0, orderNum = "4")
private String accessType;
@ApiModelProperty(value = "时间")
@Excel(name = "时间", width = 10.0, orderNum = "6")
@Excel(name = "时间", width = 10.0, orderNum = "5")
private String accesssTime;
private String sourceType;