修改刷卡记录和设备操作日志接口权限;在刷卡记录中添加userName字段
This commit is contained in:
@ -69,4 +69,9 @@ public class NgCardSwipeRecords extends BaseEntity
|
||||
@ApiModelProperty("区域码")
|
||||
private String areaCode;
|
||||
|
||||
/** 用户名称 */
|
||||
@Excel(name = "用户名称")
|
||||
@ApiModelProperty("用户名称")
|
||||
private String userName;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user