array( 'id', 'name', 'source', 'method', 'use_num', 'sort', ), 'tcm_case_herb' => array( 'id', 'case_id', 'herb_id', 'num', 'sort', ), 'tcm_herb' => array( 'id', 'name', 'desc', ), 'tcm_collect_log' => array( 'id', 'collect_msg', 'collect_time', ), ); protected $primary_keys = array( 'tcm_case' => 'id', 'tcm_case_herb' => 'id', 'tcm_herb' => 'id', 'tcm_collect_log' => 'id', ); }