@@ -112,6 +112,17 @@ return array
'update' => 'textarea',
//'list' => true,
),
+
+ 'act_id' => array
+ (
+ 'type' => 'int-11',
+ 'name' => '活动id',
+ 'default' => '0',
+ 'desc' => '活动id',
+ 'match' => 'is_numeric',
+ 'update' => 'text',
+ //'list' => true,
+ ),
'state' => array
(