Commit 962b44c7 by [zhangzhiwei]

删除序列化

parent fc835faf
......@@ -17,7 +17,6 @@ import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "Channel")
public class Channel implements Serializable {
private static final long serialVersionUID = -829668966587771974L;
@Indexed
@Id
private String id;
......
......@@ -17,10 +17,6 @@ import org.springframework.stereotype.Component;
@Component
@Document(collection = "Data")
public class Data implements Serializable {
/**
*
*/
private static final long serialVersionUID = -4394515060081205347L;
@Id
// @Indexed(unique = true)
private String dataId;
......
......@@ -14,7 +14,6 @@ import org.springframework.stereotype.Component;
@Component
public class EasyNews implements Serializable {
private static final long serialVersionUID = -8314035021075562220L;
private String spyderInfoId;
private String title;
private String source;
......
......@@ -13,7 +13,6 @@ import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection="Field")
public class FieldBean implements Serializable {
private static final long serialVersionUID = 3693077530412674407L;
private String id;
private int fieldSize;
private String field;
......
......@@ -14,7 +14,6 @@ import org.springframework.stereotype.Component;
@Component
public class FieldIntegerity implements Serializable {
private static final long serialVersionUID = -4686741015083824543L;
private String templateId;
private String tempName;// 模板名
private String field;// 检测的字段
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment