diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql
index 036684523c..3a6fc5527e 100644
--- a/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql
+++ b/core/core-backend/src/main/resources/db/migration/V2.10.3__ddl.sql
@@ -1,2 +1,5 @@
INSERT INTO `core_sys_setting`(`id`, `pkey`, `pval`, `type`, `sort`)
VALUES (1048232869488627719, 'basic.defaultSort', '1', 'text', 13);
+
+INSERT INTO `core_menu` VALUES (70, 0, 1, 'msg', NULL, 200, NULL, '/msg', 1, 1, 0);
+INSERT INTO `core_menu` VALUES (71, 70, 2, 'msg-fill', 'msg/fill', 1, 'icon_msg_fill', '/msg-fill', 0, 1, 0);
diff --git a/core/core-frontend/src/views/msg/fill/index.vue b/core/core-frontend/src/views/msg/fill/index.vue
new file mode 100644
index 0000000000..a6098f6a74
--- /dev/null
+++ b/core/core-frontend/src/views/msg/fill/index.vue
@@ -0,0 +1,13 @@
+
+ {{ info }}
+
+
+
+
+