UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

14 lines 304 B
/** * Created by jd on 22/10/2015. */ interface IRelatorioFonteParametro { RelatorioFonteParametroID :number; RelatorioFonteID :number; Nome :string; Descricao :string; Tipo :string; ParametroDinamico :boolean; ParametroDinamicoID :number; Valor :string; }