zhengyiming
2 天以前 bd7dd96c732ded6854d47bf77f65e5c64d3d15e2
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;
};