| | |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @TableName("ums_admin_login_log") |
| | | @ApiModel(value="UmsAdminLoginLog对象", description="后台用户登录日志表") |
| | | @ApiModel(value = "UmsAdminLoginLog对象", description = "后台用户登录日志表") |
| | | public class UmsAdminLoginLog implements Serializable { |
| | | |
| | | private static final long serialVersionUID=1L; |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | |
| | | @ApiModelProperty(value = "浏览器登录类型") |
| | | private String userAgent; |
| | | |
| | | @ApiModelProperty(value = "操作类型") |
| | | private String operationType; |
| | | |
| | | @ApiModelProperty(value = "内容") |
| | | private String contain; |
| | | } |