++ aggiunta la prenotazione negli eventi. con la lista degli utenti.
This commit is contained in:
@@ -967,6 +967,7 @@ export interface IMySkill extends IMyMain {
|
||||
NumLevel: number
|
||||
adType: number
|
||||
note: string
|
||||
groupname: string,
|
||||
// **ADDFIELD_MYSKILL
|
||||
website: string
|
||||
descr: string
|
||||
@@ -993,6 +994,7 @@ export interface IMyGoods extends IMyMain {
|
||||
NumLevel: number
|
||||
adType: number
|
||||
note: string
|
||||
groupname: string,
|
||||
// **ADDFIELD_MYSKILL
|
||||
website: string
|
||||
descr: string
|
||||
@@ -1014,6 +1016,14 @@ export interface IMyBacheca extends IMyMain {
|
||||
NumLevel: number
|
||||
adType: number
|
||||
note: string
|
||||
organisedBy: string,
|
||||
address: string,
|
||||
min_partecip: number,
|
||||
max_partecip: number,
|
||||
contribstr: string,
|
||||
groupname: string,
|
||||
mygrp?: IMyGroup
|
||||
|
||||
// **ADDFIELD_MYBACHECAS
|
||||
website: string
|
||||
descr: string
|
||||
@@ -1042,6 +1052,8 @@ export interface IMyHosp extends IMyMain {
|
||||
website: string
|
||||
date_created?: Date,
|
||||
date_updated?: Date,
|
||||
groupname: string,
|
||||
//**ADDFIELD_MYHOSPS
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user