3.7.4 版本升级online在线开发模块

dev
JEECG 3 months ago
parent 502ef2f65d
commit 80d37f9a03

@ -0,0 +1,3 @@
-- -- author:sunjianlei---date:20250120--for: QQYUN-10886online-online onl_cgform_head ---
ALTER TABLE `onl_cgform_head`
ADD COLUMN `tenant_id` int NULL DEFAULT 0 COMMENT 'ID' AFTER `des_form_code`;

@ -254,7 +254,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>hibernate-re</artifactId>
<version>3.7.1-RC</version>
<version>3.7.4-beta</version>
</dependency>
<!--mongon db-->

@ -21,7 +21,7 @@
"husky:install": "husky install"
},
"dependencies": {
"@jeecg/online": "3.7.1-RC",
"@jeecg/online": "3.7.4-beta",
"@iconify/iconify": "^3.1.1",
"@ant-design/colors": "^7.2.0",
"@ant-design/icons-vue": "^7.0.1",

Loading…
Cancel
Save