Incluida coluna tipo de endereço (NORMAL/PORTO/CONDOMINIO) no endereço do cliente
This commit is contained in:
@@ -19,14 +19,16 @@ export class Customer {
|
||||
public category: Category,
|
||||
public subCategory: SubCategory,
|
||||
public place: Place,
|
||||
public placeId: number,
|
||||
public sellerId: number,
|
||||
public ibgeCode: string,
|
||||
public birthdate: Date,
|
||||
public ramo: Ramo,
|
||||
public birthdate?: Date,
|
||||
public ramo?: Ramo,
|
||||
public communicate?: string,
|
||||
public idUser?: number,
|
||||
public latitude?: number,
|
||||
public longitude?: number,
|
||||
public addressType?: string,
|
||||
){}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user