array(104) {
  [0] => array(9) {
    ["Field"] => string(8) "goods_id"
    ["Type"] => string(16) "int(11) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(3) "PRI"
    ["Default"] => NULL
    ["Extra"] => string(14) "auto_increment"
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(8) "商品id"
  }
  [1] => array(9) {
    ["Field"] => string(7) "cat_id1"
    ["Type"] => string(16) "int(11) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(3) "MUL"
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(14) "一级分类id"
  }
  [2] => array(9) {
    ["Field"] => string(7) "cat_id2"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "二级分类"
  }
  [3] => array(9) {
    ["Field"] => string(7) "cat_id3"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "三级分类"
  }
  [4] => array(9) {
    ["Field"] => string(10) "goods_name"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(2) "NO"
    ["Key"] => string(3) "MUL"
    ["Default"] => string(0) ""
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "通用名称"
  }
  [5] => array(9) {
    ["Field"] => string(8) "keywords"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(0) ""
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(15) "商品关键词"
  }
  [6] => array(9) {
    ["Field"] => string(12) "goods_remark"
    ["Type"] => string(12) "varchar(420)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(0) ""
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "商品简单描述"
  }
  [7] => array(9) {
    ["Field"] => string(14) "mobile_content"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(21) "手机端商品详情"
  }
  [8] => array(9) {
    ["Field"] => string(12) "original_img"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(0) ""
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(21) "商品上传原始图"
  }
  [9] => array(9) {
    ["Field"] => string(15) "transparent_img"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(0) ""
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(24) "商品透明底层图片"
  }
  [10] => array(9) {
    ["Field"] => string(14) "virtual_indate"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(21) "虚拟商品有效期"
  }
  [11] => array(9) {
    ["Field"] => string(13) "virtual_limit"
    ["Type"] => string(11) "smallint(6)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(24) "虚拟商品购买上限"
  }
  [12] => array(9) {
    ["Field"] => string(14) "virtual_refund"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "1"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(39) "是否允许过期退款, 1是,0否"
  }
  [13] => array(9) {
    ["Field"] => string(10) "is_on_sale"
    ["Type"] => string(19) "tinyint(1) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "1"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(47) "0下架1上架2违规下架,3证书到期下架"
  }
  [14] => array(9) {
    ["Field"] => string(7) "on_time"
    ["Type"] => string(16) "int(10) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "商品上架时间"
  }
  [15] => array(9) {
    ["Field"] => string(4) "sort"
    ["Type"] => string(20) "smallint(4) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(2) "50"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "商品排序"
  }
  [16] => array(9) {
    ["Field"] => string(11) "goods_state"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "1"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(66) "0待审核1审核通过2审核失败10保存到草稿4纠错审核"
  }
  [17] => array(9) {
    ["Field"] => string(12) "close_reason"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "违规下架原因"
  }
  [18] => array(9) {
    ["Field"] => string(11) "is_own_shop"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(41) "1:第三方自营店,2:总平台自营店"
  }
  [19] => array(9) {
    ["Field"] => string(8) "label_id"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "商品标签"
  }
  [20] => array(9) {
    ["Field"] => string(7) "purpose"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "1"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(40) "商品用途:1本店售卖,2供应商品"
  }
  [21] => array(9) {
    ["Field"] => string(9) "is_supply"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(73) "是否供应(同是否上架差不多):0不供应1供应2违规下架"
  }
  [22] => array(9) {
    ["Field"] => string(10) "goods_mold"
    ["Type"] => string(19) "tinyint(1) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(130) "商品类型:1处方药 2甲类非处方 3乙类非处方 4医疗器械 5普通商品 6保健食品 7消毒用品  8普通食品"
  }
  [23] => array(9) {
    ["Field"] => string(7) "barcode"
    ["Type"] => string(11) "varchar(25)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "商品条码"
  }
  [24] => array(9) {
    ["Field"] => string(11) "common_name"
    ["Type"] => string(12) "varchar(200)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "通用名"
  }
  [25] => array(9) {
    ["Field"] => string(12) "manufacturer"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "生产企业"
  }
  [26] => array(9) {
    ["Field"] => string(14) "approvalnumber"
    ["Type"] => string(8) "char(32)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "批准文号"
  }
  [27] => array(9) {
    ["Field"] => string(4) "unit"
    ["Type"] => string(8) "char(50)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "计量单位"
  }
  [28] => array(9) {
    ["Field"] => string(16) "expirationperiod"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "有效期"
  }
  [29] => array(9) {
    ["Field"] => string(7) "storeid"
    ["Type"] => string(11) "varchar(24)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(8) "店铺id"
  }
  [30] => array(9) {
    ["Field"] => string(14) "specifications"
    ["Type"] => string(12) "varchar(240)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "商品规格"
  }
  [31] => array(9) {
    ["Field"] => string(13) "goods_library"
    ["Type"] => string(19) "tinyint(1) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(75) "默认为0  0普通商品,1商品库商品,2从商品库复制的商品"
  }
  [32] => array(9) {
    ["Field"] => string(12) "is_self_take"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(24) "是否自提,0否 1是"
  }
  [33] => array(9) {
    ["Field"] => string(2) "tx"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "条形码"
  }
  [34] => array(9) {
    ["Field"] => string(10) "store_type"
    ["Type"] => string(10) "tinyint(1)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(17) "快递3  外卖 1"
  }
  [35] => array(9) {
    ["Field"] => string(10) "brand_name"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "品牌"
  }
  [36] => array(9) {
    ["Field"] => string(18) "specification_name"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "规格属性"
  }
  [37] => array(9) {
    ["Field"] => string(17) "prescription_type"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "处方类型"
  }
  [38] => array(9) {
    ["Field"] => string(10) "trade_name"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "商品名"
  }
  [39] => array(9) {
    ["Field"] => string(11) "preparation"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "规格"
  }
  [40] => array(9) {
    ["Field"] => string(18) "functional_primary"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "功能主治"
  }
  [41] => array(9) {
    ["Field"] => string(20) "route_administration"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "给药途径"
  }
  [42] => array(9) {
    ["Field"] => string(8) "external"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(30) "是否外用     1 是  2  否"
  }
  [43] => array(9) {
    ["Field"] => string(12) "usage_dosage"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "用法用量"
  }
  [44] => array(9) {
    ["Field"] => string(7) "warning"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(16) "警告/警示语"
  }
  [45] => array(9) {
    ["Field"] => string(10) "cold_chain"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(27) "是否冷链  1  是  2 否"
  }
  [46] => array(9) {
    ["Field"] => string(4) "note"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "注意事项"
  }
  [47] => array(9) {
    ["Field"] => string(7) "storage"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "贮藏"
  }
  [48] => array(9) {
    ["Field"] => string(12) "old_goods_id"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(22) "老的id  纠错使用"
  }
  [49] => array(9) {
    ["Field"] => string(21) "structure_composition"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(15) "结构及组成"
  }
  [50] => array(9) {
    ["Field"] => string(5) "notes"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "备注"
  }
  [51] => array(9) {
    ["Field"] => string(9) "show_name"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "商品展示名称"
  }
  [52] => array(9) {
    ["Field"] => string(16) "show_preparation"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "商品展示规格"
  }
  [53] => array(9) {
    ["Field"] => string(8) "admin_id"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "操作人"
  }
  [54] => array(9) {
    ["Field"] => string(14) "operation_time"
    ["Type"] => string(11) "varchar(11)"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "操作时间"
  }
  [55] => array(9) {
    ["Field"] => string(8) "act_type"
    ["Type"] => string(6) "int(1)"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(47) "1 折扣  2 满减  3 运费券 4 触键红包 "
  }
  [56] => array(9) {
    ["Field"] => string(6) "act_id"
    ["Type"] => string(7) "int(10)"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(8) "活动id"
  }
  [57] => array(9) {
    ["Field"] => string(10) "adduser_id"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(11) "添加人id"
  }
  [58] => array(9) {
    ["Field"] => string(12) "adduser_time"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(21) "添加人添加时间"
  }
  [59] => array(9) {
    ["Field"] => string(14) "review_remarks"
    ["Type"] => string(4) "text"
    ["Collation"] => string(15) "utf8_general_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "审核备注"
  }
  [60] => array(9) {
    ["Field"] => string(11) "is_original"
    ["Type"] => string(6) "int(3)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(42) "是否展示原题 0  不展示   1 展示"
  }
  [61] => array(9) {
    ["Field"] => string(8) "goods_id"
    ["Type"] => string(16) "int(11) unsigned"
    ["Collation"] => NULL
    ["Null"] => string(2) "NO"
    ["Key"] => string(3) "PRI"
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(11) "主商品id"
  }
  [62] => array(9) {
    ["Field"] => string(4) "name"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "商品名称"
  }
  [63] => array(9) {
    ["Field"] => string(12) "english_name"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "英文名称"
  }
  [64] => array(9) {
    ["Field"] => string(12) "chinese_name"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "汉语拼音"
  }
  [65] => array(9) {
    ["Field"] => string(10) "dosageform"
    ["Type"] => string(12) "varchar(100)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "剂型"
  }
  [66] => array(9) {
    ["Field"] => string(18) "certificate_number"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(24) "药品注册证书编号"
  }
  [67] => array(9) {
    ["Field"] => string(10) "indication"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "适应症"
  }
  [68] => array(9) {
    ["Field"] => string(13) "specialnumber"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "特殊批准文号"
  }
  [69] => array(9) {
    ["Field"] => string(11) "ingredients"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "成份"
  }
  [70] => array(9) {
    ["Field"] => string(13) "chemical_name"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(36) "本品主要成分及其化学名称"
  }
  [71] => array(9) {
    ["Field"] => string(18) "structural_formula"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "结构式"
  }
  [72] => array(9) {
    ["Field"] => string(17) "molecular_formula"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "分子式"
  }
  [73] => array(9) {
    ["Field"] => string(16) "molecular_weight"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "分子量"
  }
  [74] => array(9) {
    ["Field"] => string(9) "character"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "性状"
  }
  [75] => array(9) {
    ["Field"] => string(15) "category_action"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "作用类别"
  }
  [76] => array(9) {
    ["Field"] => string(17) "adverse_reactions"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "不良反应"
  }
  [77] => array(9) {
    ["Field"] => string(5) "taboo"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "禁忌"
  }
  [78] => array(9) {
    ["Field"] => string(13) "pregnan_women"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(24) "孕妇及哺乳期妇女"
  }
  [79] => array(9) {
    ["Field"] => string(15) "pediatric_drugs"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "儿童用药"
  }
  [80] => array(9) {
    ["Field"] => string(13) "elderly_drugs"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(15) "老年人用药"
  }
  [81] => array(9) {
    ["Field"] => string(16) "drug_interaction"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "药物相互作用"
  }
  [82] => array(9) {
    ["Field"] => string(13) "drug_overdose"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "药物过量"
  }
  [83] => array(9) {
    ["Field"] => string(15) "clinical_trials"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "临床试验"
  }
  [84] => array(9) {
    ["Field"] => string(23) "pharmacology_toxicology"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "药理毒理"
  }
  [85] => array(9) {
    ["Field"] => string(16) "pharmacokinetics"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(15) "药代动力学"
  }
  [86] => array(9) {
    ["Field"] => string(7) "package"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "包装"
  }
  [87] => array(9) {
    ["Field"] => string(14) "implementation"
    ["Type"] => string(4) "text"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "执行标准"
  }
  [88] => array(9) {
    ["Field"] => string(13) "revision_date"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(21) "说明书修订日期"
  }
  [89] => array(9) {
    ["Field"] => string(15) "enterprise_name"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(27) "上市许可持有人名称"
  }
  [90] => array(9) {
    ["Field"] => string(15) "company_address"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(27) "上市许可持有人地址"
  }
  [91] => array(9) {
    ["Field"] => string(10) "enterprise"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "生产企业名称"
  }
  [92] => array(9) {
    ["Field"] => string(7) "address"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "生产企业地址"
  }
  [93] => array(9) {
    ["Field"] => string(11) "postal_code"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "邮政编码"
  }
  [94] => array(9) {
    ["Field"] => string(12) "phone_number"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "电话号码"
  }
  [95] => array(9) {
    ["Field"] => string(10) "fax_number"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "传真号码"
  }
  [96] => array(9) {
    ["Field"] => string(7) "website"
    ["Type"] => string(12) "varchar(500)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "网址"
  }
  [97] => array(9) {
    ["Field"] => string(17) "packaging_factory"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "包装厂"
  }
  [98] => array(9) {
    ["Field"] => string(12) "contact_unit"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(18) "国内联系单位"
  }
  [99] => array(9) {
    ["Field"] => string(8) "dug_code"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(12) "药品代码"
  }
  [100] => array(9) {
    ["Field"] => string(9) "drug_code"
    ["Type"] => string(12) "varchar(255)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(15) "药品本位码"
  }
  [101] => array(9) {
    ["Field"] => string(8) "class_AB"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(9) "甲乙类"
  }
  [102] => array(9) {
    ["Field"] => string(14) "medical_number"
    ["Type"] => string(11) "varchar(50)"
    ["Collation"] => string(18) "utf8mb4_unicode_ci"
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => NULL
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(6) "编号"
  }
  [103] => array(9) {
    ["Field"] => string(9) "buy_limit"
    ["Type"] => string(7) "int(11)"
    ["Collation"] => NULL
    ["Null"] => string(3) "YES"
    ["Key"] => string(0) ""
    ["Default"] => string(1) "0"
    ["Extra"] => string(0) ""
    ["Privileges"] => string(31) "select,insert,update,references"
    ["Comment"] => string(15) "处方药限购"
  }
}