Add support for WeChat template messages in the `yudao-module-mp` module.
* **pom.xml**
- Uncomment the `yudao-module-mp` module to include it in the build process.
* **MpTemplateMessageService.java**
- Define the `MpTemplateMessageService` interface.
- Add a method to send template messages.
* **MpTemplateMessageServiceImpl.java**
- Implement the `MpTemplateMessageService` interface.
- Add logic to send template messages using the WeChat API.
* **TemplateMessageHandler.java**
- Define the `TemplateMessageHandler` class.
- Implement the `WxMpMessageHandler` interface.
- Add logic to handle incoming template messages.
* **README.md**
- Add a section about the new template message handling feature.
- Include usage instructions and examples.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/YunaiV/ruoyi-vue-pro?shareId=XXXX-XXXX-XXXX-XXXX).