ALTER TABLE `dev_info` ADD COLUMN `lock_cipher` tinyint(1) unsigned DEFAULT '0' COMMENT '是否锁定加密 0-否,1-是' AFTER `cipher`;