zhengyiming
2025-03-11 f2025539d8bf4798b90a5ab8a47c5a379ab68e9b
packages/components/src/views/PhoneBillRecharge/context.ts
@@ -25,3 +25,10 @@
export function usePhoneBillRechargeContext() {
  return inject(PhoneBillRechargeContextKey);
}
export type PhoneUserAccountExtraProperties = {
  ispCode: string;
  phone: string;
  name: string;
  remark: string;
};