/* Navicat MySQL Data Transfer Source Server : localhost_3306 Source Server Version : 50617 Source Host : localhost:3306 Source Database : dm_7in6_com Target Server Type : MYSQL Target Server Version : 50617 File Encoding : 65001 Date: 2018-07-28 12:40:48 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `ewr_label_config` -- ---------------------------- DROP TABLE IF EXISTS `ewr_label_config`; CREATE TABLE `ewr_label_config` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `label_type` tinyint(1) DEFAULT NULL COMMENT '标签类型(1:大标签2:小标签)', `totalnum` int(6) DEFAULT '120000' COMMENT '总张数', `bagnum` int(3) DEFAULT '98' COMMENT '包数', `paller_number` int(4) DEFAULT '1' COMMENT '托盘编号', `print_num` tinyint(2) DEFAULT '3' COMMENT '批量打印个数', `present_num` tinyint(3) DEFAULT NULL COMMENT '当前版号', `mixture_num` tinyint(3) DEFAULT NULL COMMENT '混板编号', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of ewr_label_config -- ----------------------------