zhengyiming
4 天以前 9453bef1fc4a3121b28ffa6617f0fbfc81d9f634
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;
};