修改刷卡记录和设备操作日志接口权限;在刷卡记录中添加userName字段

This commit is contained in:
2024-12-30 17:11:02 +08:00
parent ca1fd4a3d8
commit c783cfb492
4 changed files with 13 additions and 14 deletions

View File

@ -69,4 +69,9 @@ public class NgCardSwipeRecords extends BaseEntity
@ApiModelProperty("区域码")
private String areaCode;
/** 用户名称 */
@Excel(name = "用户名称")
@ApiModelProperty("用户名称")
private String userName;
}