export interface WxLocationProps {
  label: string;
  locationX: number;
  locationY: number;
  qqMapKey?: string;
}
