Commit 962b44c7 by [zhangzhiwei]

删除序列化

parent fc835faf
...@@ -17,7 +17,6 @@ import org.springframework.data.mongodb.core.mapping.Document; ...@@ -17,7 +17,6 @@ import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "Channel") @Document(collection = "Channel")
public class Channel implements Serializable { public class Channel implements Serializable {
private static final long serialVersionUID = -829668966587771974L;
@Indexed @Indexed
@Id @Id
private String id; private String id;
......
...@@ -17,10 +17,6 @@ import org.springframework.stereotype.Component; ...@@ -17,10 +17,6 @@ import org.springframework.stereotype.Component;
@Component @Component
@Document(collection = "Data") @Document(collection = "Data")
public class Data implements Serializable { public class Data implements Serializable {
/**
*
*/
private static final long serialVersionUID = -4394515060081205347L;
@Id @Id
// @Indexed(unique = true) // @Indexed(unique = true)
private String dataId; private String dataId;
......
...@@ -14,7 +14,6 @@ import org.springframework.stereotype.Component; ...@@ -14,7 +14,6 @@ import org.springframework.stereotype.Component;
@Component @Component
public class EasyNews implements Serializable { public class EasyNews implements Serializable {
private static final long serialVersionUID = -8314035021075562220L;
private String spyderInfoId; private String spyderInfoId;
private String title; private String title;
private String source; private String source;
......
...@@ -13,7 +13,6 @@ import org.springframework.data.mongodb.core.mapping.Document; ...@@ -13,7 +13,6 @@ import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection="Field") @Document(collection="Field")
public class FieldBean implements Serializable { public class FieldBean implements Serializable {
private static final long serialVersionUID = 3693077530412674407L;
private String id; private String id;
private int fieldSize; private int fieldSize;
private String field; private String field;
......
...@@ -14,7 +14,6 @@ import org.springframework.stereotype.Component; ...@@ -14,7 +14,6 @@ import org.springframework.stereotype.Component;
@Component @Component
public class FieldIntegerity implements Serializable { public class FieldIntegerity implements Serializable {
private static final long serialVersionUID = -4686741015083824543L;
private String templateId; private String templateId;
private String tempName;// 模板名 private String tempName;// 模板名
private String field;// 检测的字段 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