dever 7 years ago
parent
commit
650b8becf5
1 changed files with 11 additions and 0 deletions
  1. 11 0
      product/database/info.php

+ 11 - 0
product/database/info.php

@@ -75,6 +75,17 @@ return array
 			'list'		=> true,
 		),
 
+		'code'		=> array
+		(
+			'type' 		=> 'varchar-50',
+			'name' 		=> '兑换码数量-直接填写数字即可,系统将自动生成对应数量的兑换码',
+			'default' 	=> '',
+			'desc' 		=> '兑换码数量',
+			'match' 	=> 'is_string',
+			'update'	=> 'text',
+			'show'		=> 'type=2',
+		),
+
 		'focus'		=> array
 		(
 			'type' 		=> 'text-255',