@@ -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',