车辆导出去除敏感数据
This commit is contained in:
parent
9a65a6c0e3
commit
8dc9237287
|
|
@ -49,15 +49,15 @@ public class AccessMgeVo {
|
||||||
private String userName;
|
private String userName;
|
||||||
|
|
||||||
@ApiModelProperty(value = "司机电话")
|
@ApiModelProperty(value = "司机电话")
|
||||||
@Excel(name = "司机电话", width = 10.0, orderNum = "4")
|
// @Excel(name = "司机电话", width = 10.0, orderNum = "4")
|
||||||
private String phone;
|
private String phone;
|
||||||
|
|
||||||
@ApiModelProperty(value = "状态")
|
@ApiModelProperty(value = "状态")
|
||||||
@Excel(name = "状态", width = 10.0, orderNum = "5")
|
@Excel(name = "状态", width = 10.0, orderNum = "4")
|
||||||
private String accessType;
|
private String accessType;
|
||||||
|
|
||||||
@ApiModelProperty(value = "时间")
|
@ApiModelProperty(value = "时间")
|
||||||
@Excel(name = "时间", width = 10.0, orderNum = "6")
|
@Excel(name = "时间", width = 10.0, orderNum = "5")
|
||||||
private String accesssTime;
|
private String accesssTime;
|
||||||
|
|
||||||
private String sourceType;
|
private String sourceType;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue