mirror of
https://github.com/201206030/novel-plus.git
synced 2026-02-03 16:47:49 +08:00
解决ehcache缓存序列化存储的bug
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package com.java2nb.novel.entity;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
public class BookSetting {
|
||||
public class BookSetting implements Serializable {
|
||||
@Generated("org.mybatis.generator.api.MyBatisGenerator")
|
||||
private Long id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user