Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datamanage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenjinzhu
datamanage
Commits
962b44c7
Commit
962b44c7
authored
Nov 14, 2018
by
[zhangzhiwei]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除序列化
parent
fc835faf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
8 deletions
+0
-8
src/main/java/com/zhiwei/manage/bean/Channel.java
+0
-1
src/main/java/com/zhiwei/manage/bean/Data.java
+0
-4
src/main/java/com/zhiwei/manage/bean/EasyNews.java
+0
-1
src/main/java/com/zhiwei/manage/bean/FieldBean.java
+0
-1
src/main/java/com/zhiwei/manage/bean/FieldIntegerity.java
+0
-1
No files found.
src/main/java/com/zhiwei/manage/bean/Channel.java
View file @
962b44c7
...
@@ -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
;
...
...
src/main/java/com/zhiwei/manage/bean/Data.java
View file @
962b44c7
...
@@ -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
;
...
...
src/main/java/com/zhiwei/manage/bean/EasyNews.java
View file @
962b44c7
...
@@ -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
;
...
...
src/main/java/com/zhiwei/manage/bean/FieldBean.java
View file @
962b44c7
...
@@ -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
;
...
...
src/main/java/com/zhiwei/manage/bean/FieldIntegerity.java
View file @
962b44c7
...
@@ -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
;
// 检测的字段
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment