- Codice internazionale numero + Country
This commit is contained in:
@@ -435,6 +435,10 @@ export interface IParLookup {
|
||||
lk_proj?: string,
|
||||
}
|
||||
|
||||
export interface IParamsPickup {
|
||||
table: string
|
||||
search: string
|
||||
}
|
||||
export interface IParamsQuery {
|
||||
table: string
|
||||
startRow: number
|
||||
@@ -485,6 +489,7 @@ export interface ITableRec {
|
||||
colicon?: string
|
||||
onlyAdmin?: boolean
|
||||
noshow: boolean
|
||||
remote?: boolean
|
||||
}
|
||||
|
||||
export interface ISearchList {
|
||||
|
||||
Reference in New Issue
Block a user