new version Visualizzazione Service

This commit is contained in:
Surya Paolo
2023-04-04 15:27:03 +02:00
parent 0365c58326
commit edcd244397
35 changed files with 841 additions and 55 deletions

View File

@@ -955,7 +955,7 @@ export interface IProvince {
}
export interface IMySkill extends IMyMain {
_id: number
_id: string
idSector: number
idSkill: number
// idSubSkill: number[]
@@ -980,7 +980,7 @@ export interface IMyMain {
}
export interface IMyGoods extends IMyMain {
_id: number
_id: string
idSector: number
idSkill: number
idShipping: number[]
@@ -1000,7 +1000,7 @@ export interface IMyGoods extends IMyMain {
}
export interface IMyBacheca extends IMyMain {
_id: number
_id: string
idSector: number
idSkill: number
// idSubSkill: number[]
@@ -1027,7 +1027,7 @@ export interface IAccomodation {
}
export interface IMyHosp extends IMyMain {
_id: number
_id: string
visibile: boolean
typeHosp: number
numMaxPeopleHosp: number