mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-12 13:43:49 +08:00
处理商品管理导出功能:导出失败报错问题
报错信息:org.springframework.data.redis.serializer.SerializationException: Cannot deserialize 处理方式:DictDataVO实现了Serializable接口
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user