增加日志打印统一处理方法,方便开发测试/联调

This commit is contained in:
我看你看我
2024-01-24 16:58:07 +08:00
parent 78e61d89ba
commit 93111d622a
6 changed files with 465 additions and 0 deletions

View File

@@ -252,4 +252,8 @@ public class SysOperLog extends BaseEntity
{
this.costTime = costTime;
}
public String toLogString(){
return "";
}
}