mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-25 06:46:39 +08:00
处理商品管理导出功能:导出失败报错问题
报错信息:org.springframework.data.redis.serializer.SerializationException: Cannot deserialize 处理方式:DictDataVO实现了Serializable接口
This commit is contained in:
parent
922e49b27e
commit
336bdc4895
@ -14,7 +14,7 @@ import java.time.LocalDateTime;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class DictDataVO {
|
public class DictDataVO implements Serializable {
|
||||||
|
|
||||||
@Schema(description = "字典数据id")
|
@Schema(description = "字典数据id")
|
||||||
private Long dictDataId;
|
private Long dictDataId;
|
||||||
|
Loading…
Reference in New Issue
Block a user