feat(打包改为分包): 打包改为分包

This commit is contained in:
songanwei
2021-12-17 16:33:45 +08:00
parent cbfd0b049f
commit 7cde6ebf61
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();
}
}
}