保誠-保戶業務員媒合平台
Tomas
2022-07-29 94f1c084f8694d097a3f61d7707e7726d1219cf8
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
  }
})