dever 5 years ago
parent
commit
c432c59ade
1 changed files with 11 additions and 0 deletions
  1. 11 0
      main/database/config.php

+ 11 - 0
main/database/config.php

@@ -69,6 +69,17 @@ return array
 			'desc' 		=> '产品有效期',
 			'update'	=> 'text',
 		),
+
+		'shop_pic'		=> array
+		(
+			'type' 		=> 'varchar-200',
+			'name' 		=> '店铺图片',
+			'default' 	=> '',
+			'desc' 		=> '店铺图片',
+			'match' 	=> 'option',
+			'update'	=> 'image',
+  			'key'		=> 1,
+		),
   
   		'hr9'		=> array
 		(