- 2025年05月12日
- 星期一
我想通过使用对象映射器来序列化不同类型的列表,但是我不知道如何 一次将不同类型的列表对象传递给对象Mapper.以下是我的代码: AccountingService accService = ServiceFactory.getAccountingService();ListTaxCategory taxCategoryList = accService.getAll
我想通过使用对象映射器来序列化不同类型的列表,但是我不知道如何 一次将不同类型的列表对象传递给对象Mapper.以下是我的代码: AccountingService accService = ServiceFactory.getAccountingService();ListTaxCategory taxCategoryList = accService.getAll