系统日志实体增加菜单功能ID属性
This commit is contained in:
@@ -34,6 +34,8 @@ public class SysLog extends BaseEntity<SysLog>{
|
|||||||
|
|
||||||
private Long consumerTime;//消费时间
|
private Long consumerTime;//消费时间
|
||||||
|
|
||||||
|
private Integer functionId;//功能菜单id
|
||||||
|
|
||||||
public Long getConsumerTime() {
|
public Long getConsumerTime() {
|
||||||
return consumerTime;
|
return consumerTime;
|
||||||
}
|
}
|
||||||
@@ -155,7 +157,15 @@ public class SysLog extends BaseEntity<SysLog>{
|
|||||||
this.createBy = createBy;
|
this.createBy = createBy;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public Integer getFunctionId() {
|
||||||
|
return functionId;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setFunctionId(Integer functionId) {
|
||||||
|
this.functionId = functionId;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
* 设置请求参数
|
* 设置请求参数
|
||||||
* @param paramMap
|
* @param paramMap
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user