You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
503 B

<?php
namespace app\models;
use app\core\Repository;
class Audita extends Repository
{
protected static $table = 'pbx_audita';
static function gravar()
{
/**
aud_id
id_prog
aud_data
aud_id
aud_tabela
aud_campo
aud_campo_display
aud_operacao
aud_valor_antigo
aud_valor_novo
reg_id
aud_uid
user_reg
data_reg
*/
//self::create();
}
}