URL访问量,用户地址,日志登录,附件上传,下载,配置文件上传

This commit is contained in:
2023-12-24 20:30:05 +08:00
parent f7269cc5e2
commit fc09de0241
32 changed files with 723 additions and 385 deletions

View File

@@ -1,6 +1,7 @@
package com.lovenav.entity;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
@@ -57,7 +58,7 @@ public class Attachment implements Serializable {
/**
* 创建时间
*/
private Integer createtime;
private Date createtime;
private static final long serialVersionUID = 1L;
}