From 9d7a6e553edb424cc91416c05ef2924ef6964ddd Mon Sep 17 00:00:00 2001 From: tq <1916474859@qq,com> Date: Tue, 4 Jun 2024 16:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebStarter/db/lxw0527.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebStarter/db/lxw0527.sql b/WebStarter/db/lxw0527.sql index 30e15f3..9af8554 100644 --- a/WebStarter/db/lxw0527.sql +++ b/WebStarter/db/lxw0527.sql @@ -1,2 +1,5 @@ -- 添加缓存仓标识 alter table bin_info add column cache_bin_flag int(1) DEFAULT 0 COMMENT "0:不是 1:是" ; +-- 添加充电模式控制 +ALTER TABLE equip_info ADD auto_charge INT DEFAULT 0 COMMENT "0-手动;1-自动充电" ; +