初始代码
This commit is contained in:
2
yawei-mes/.sql/2025-12-18_v1.0.50_周启威_设备状态优化.sql
Normal file
2
yawei-mes/.sql/2025-12-18_v1.0.50_周启威_设备状态优化.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 1. 为设备表添加imagePath字段(设备图片路径)
|
||||
ALTER TABLE dm_equipment ADD COLUMN `image_path` varchar(500) DEFAULT NULL COMMENT '设备图片路径' AFTER `iot_sn`;
|
||||
Reference in New Issue
Block a user