API
This commit is contained in:
@ -6,8 +6,9 @@ use ProVM\Common\Alias\Model;
|
||||
/**
|
||||
* @property int $id
|
||||
* @property string $descripcion
|
||||
* @property string $color
|
||||
*/
|
||||
class TipoCuenta extends Model {
|
||||
public static $_table = 'tipos_cuenta';
|
||||
protected static $fields = ['descripcion'];
|
||||
}
|
||||
protected static $fields = ['descripcion', 'color'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user