refactor(extension/tenant): 多租户组件适配动态隔离级别 (#8)

This commit is contained in:
小熊
2024-12-20 10:44:09 +08:00
committed by GitHub
parent 7c3f15a6f6
commit c089df66cf
20 changed files with 307 additions and 153 deletions

View File

@@ -175,6 +175,7 @@ public class LogRecord {
public String getErrorMsg() {
return errorMsg;
}
public void setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
}