Commit 4828e907 by 段启岩

添加系统日志

parent 5b38a2d3
......@@ -7,6 +7,8 @@ import com.baomidou.mybatisplus.annotation.IdType;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
import java.util.Date;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
......@@ -51,7 +53,7 @@ public class SysLog implements Serializable {
private String operatorIp;
@ApiModelProperty(value = "操作时间")
private LocalDateTime createTime;
private Date createTime;
public SysLog(DataItemChangeMessage dataItemChangeMessage) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment