AW-4860
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export interface ILayervalue {
|
||||
date:string;
|
||||
layerName:string;
|
||||
unit:string;
|
||||
quantity:string;
|
||||
value:number;
|
||||
date: string;
|
||||
layerName: string;
|
||||
unit: string;
|
||||
quantity: string;
|
||||
value: number;
|
||||
scale: number;
|
||||
}
|
Reference in New Issue
Block a user