保誠-保戶業務員媒合平台
charlie
2022-01-25 c6ef5254460cb9718edb47e73789d6f12d039dff
PAMapp/plugins/api/home.ts
@@ -152,15 +152,4 @@
        return CommonService.prototype.withDebugData(debugData, '')
    }
})
export interface Agents {
    agentNo: number,
    name: string,
    img: string,
    new: boolean,
    satisfaction: number,
    professionals: string[],
    contactStatus: string,
    updateTime: Date
  }
})