master
xiaohuang 2024-06-04 21:27:46 +08:00
parent 1b9827bd0c
commit 732baa9a28
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}
}