Add dataenddate
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
b0ff54d157
commit
6bd1726fc9
@ -5,6 +5,7 @@ export interface IListItem {
|
|||||||
created?: Date;
|
created?: Date;
|
||||||
updated?: Date;
|
updated?: Date;
|
||||||
dataDate?: Date;
|
dataDate?: Date;
|
||||||
|
dataEndDate?: Date;
|
||||||
itemType?: string;
|
itemType?: string;
|
||||||
sourceTask?: string;
|
sourceTask?: string;
|
||||||
size?: number;
|
size?: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user