Browse Source

客户中心增加新增客户接口

master
nesxy 6 years ago
parent
commit
3a14fc4196
1 changed files with 3 additions and 2 deletions
  1. 5
      53项目部署说明书/v2.6.5/表更新1.sql

5
53项目部署说明书/v2.6.5/表更新1.sql

@ -1,4 +1,4 @@

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
@ -103,4 +103,5 @@ AUTO_INCREMENT=2
ALTER TABLE `book_detail`
ADD COLUMN `consumer_confirm` TINYINT(4) NULL DEFAULT '0' COMMENT '顾客确认服务时间 0未确认 1已确认' AFTER `small_category_no`;
ADD COLUMN `consumer_confirm` TINYINT(4) NULL DEFAULT '0' COMMENT '顾客确认服务时间 0未确认 1已确认' AFTER `small_category_no`;
INSERT INTO `function_permission` (`name`, `url`, `method`, `create_time`) VALUES ('新增客户', 'admin/web/consumer', 'POST', '1');
Loading…
Cancel
Save