保誠-保戶業務員媒合平台
Mila
2021-11-16 fb4360d5d407ef30ff6520c0addb41fa6e89b2a9
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
  }
})