Incluida coluna tipo de endereço (NORMAL/PORTO/CONDOMINIO) no endereço do cliente
This commit is contained in:
@@ -1637,6 +1637,9 @@ export class Pcclient {
|
||||
@Column({ name: 'CODSUBCATEGORIA' })
|
||||
codsubcategoria: number;
|
||||
|
||||
@Column({ name: 'TIPOENDERECO' })
|
||||
tipoendereco: string;
|
||||
|
||||
@OneToMany(() => Pcnfsaid, notas => notas.pcclient)
|
||||
notas: Pcnfsaid[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user