setTabela('beneficio.concessao_vale_transporte_diario'); $this->setCampoCod(''); $this->setComplementoChave('cod_concessao,dt_dia,cod_mes,cod_dia,exercicio'); $this->AddCampo('cod_concessao','integer',true,'',true,true); $this->AddCampo('dt_dia','date',true,'',true,false); $this->AddCampo('cod_mes','integer',true,'',true,true); $this->AddCampo('cod_dia','integer',true,'',true,true); $this->AddCampo('exercicio','char',true,'4',true,true); $this->AddCampo('obrigatorio','boolean',true,'',false,false); $this->AddCampo('quantidade','integer',true,'',false,false); } }