Merge pull request #69 from a100488/feature/saw_fenbao

feat(打包改为分包): 打包改为分包
This commit is contained in:
201206030
2021-12-17 16:45:13 +08:00
committed by GitHub
19 changed files with 540 additions and 16 deletions

View File

@ -1,9 +1,11 @@
package com.java2nb.novel.entity;
import java.io.Serializable;
import java.util.Date;
import javax.annotation.Generated;
public class News {
public class News implements Serializable {
@Generated("org.mybatis.generator.api.MyBatisGenerator")
private Long id;
@ -146,4 +148,4 @@ public class News {
public void setContent(String content) {
this.content = content == null ? null : content.trim();
}
}
}