1.3.1-beta2版本发布

This commit is contained in:
zhangdaiscott
2021-04-06 14:04:02 +08:00
parent dce5a06564
commit 9b43ed9fcf

View File

@@ -1,3 +1,5 @@
DROP DATABASE IF EXISTS `jimureport`;
create database `jimureport` default character set utf8mb4 collate utf8mb4_general_ci;
/*
Navicat Premium Data Transfer
@@ -16,7 +18,7 @@
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `jimureport`;
-- ----------------------------
-- Table structure for jimu_report
-- ----------------------------