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 dataDate?: Date;
|
||||
public itemType?: string;
|
||||
public sourceTask?: string;
|
||||
public size?: number;
|
||||
public state?: number;
|
||||
public data?:any;
|
||||
|
@ -6,6 +6,7 @@ export interface IListItem {
|
||||
updated?: Date;
|
||||
dataDate?: Date;
|
||||
itemType?: string;
|
||||
sourceTask?: string;
|
||||
size?: number;
|
||||
state?: number;
|
||||
thumbnail?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user