From 3878bfa207d6dd0a8a84177a437ec3b3a9a6825d Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 27 六月 2025 14:30:41 +0800 Subject: [PATCH] remote模块远程开关阀逻辑修改 --- pipIrr-platform/pipIrr-global/src/main/resources/sql/ba_power.sql | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/sql/ba_power.sql b/pipIrr-platform/pipIrr-global/src/main/resources/sql/ba_power.sql new file mode 100644 index 0000000..3a72530 --- /dev/null +++ b/pipIrr-platform/pipIrr-global/src/main/resources/sql/ba_power.sql @@ -0,0 +1,11 @@ +-- auto Generated on 2023-10-21 +-- DROP TABLE IF EXISTS ba_power; +CREATE TABLE ba_power( + id BIGINT (15) UNIQUE NOT NULL AUTO_INCREMENT COMMENT 'id', + num INT (11) NOT NULL DEFAULT -1 COMMENT '鏉冮檺缂栧彿', + `name` VARCHAR (50) NOT NULL DEFAULT '' COMMENT '鏉冮檺鍚嶇О', + `type` VARCHAR (50) NOT NULL DEFAULT '' COMMENT '鏉冮檺绫诲埆', + PRIMARY KEY (id) +)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT 'ba_power'; + +ALTER TABLE ba_privilege COMMENT '鏉冮檺琛�'; \ No newline at end of file -- Gitblit v1.8.0