mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-06-18 07:55:23 +08:00
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
import { registerDbSqlExecProgress } from './db-sql-exec-progress';
|
|
|
|
export function initDbSysMsgs() {
|
|
registerDbSqlExecProgress();
|
|
}
|