</div> ); }; const mapStateToProps = ({ employee }: IRootState) => ({ employeeList: employee.entities }); const mapDispatchToProps = { getEntities }; type ...
確定! 回上一頁