Add sourcetask field
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
b764700fef
commit
97a16dcef5
@ -18,6 +18,7 @@ export class Item implements IItem {
|
|||||||
public updated?: Date;
|
public updated?: Date;
|
||||||
public dataDate?: Date;
|
public dataDate?: Date;
|
||||||
public itemType?: string;
|
public itemType?: string;
|
||||||
|
public sourceTask?: string;
|
||||||
public size?: number;
|
public size?: number;
|
||||||
public state?: number;
|
public state?: number;
|
||||||
public data?:any;
|
public data?:any;
|
||||||
|
@ -6,6 +6,7 @@ export interface IListItem {
|
|||||||
updated?: Date;
|
updated?: Date;
|
||||||
dataDate?: Date;
|
dataDate?: Date;
|
||||||
itemType?: string;
|
itemType?: string;
|
||||||
|
sourceTask?: string;
|
||||||
size?: number;
|
size?: number;
|
||||||
state?: number;
|
state?: number;
|
||||||
thumbnail?: boolean;
|
thumbnail?: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user