111
parent
1b9827bd0c
commit
732baa9a28
|
@ -255,11 +255,5 @@ public class SysOperLog extends BaseEntity {
|
|||
this.operTime = operTime;
|
||||
}
|
||||
|
||||
public Long getCostTime () {
|
||||
return costTime;
|
||||
}
|
||||
|
||||
public void setCostTime (Long costTime) {
|
||||
this.costTime = costTime;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue