Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into develop

This commit is contained in:
leijun
2018-10-12 19:31:27 +08:00
16 changed files with 1471 additions and 1236 deletions

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
*/