系统日志实体增加菜单功能ID属性

This commit is contained in:
zhangwei
2018-10-12 10:32:46 +08:00
parent c5130454f1
commit 0002deba77

View File

@@ -34,6 +34,8 @@ public class SysLog extends BaseEntity<SysLog>{
private Long consumerTime;//消费时间
private Integer functionId;//功能菜单id
public Long getConsumerTime() {
return consumerTime;
}
@@ -155,7 +157,15 @@ public class SysLog extends BaseEntity<SysLog>{
this.createBy = createBy;
}
/**
public Integer getFunctionId() {
return functionId;
}
public void setFunctionId(Integer functionId) {
this.functionId = functionId;
}
/**
* 设置请求参数
* @param paramMap
*/