9afce6f6创建于 2025年5月7日历史提交
import { AppRouter } from "routermodule";
import { AddressExchangeViewComponent } from "./view/AddressExchangeView";

@AppRouter({ name: "addressexchange/AddressExchangeView" })
@Component
export struct AddressExchangeView {
  build() {
    AddressExchangeViewComponent()
  }
}