mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 04:46:37 +00: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