Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
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
YZG
yzg-util
Commits
46c74c22
Commit
46c74c22
authored
Jun 10, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
常规BUG的修改
parent
b7c1e8fc
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
190 additions
and
68 deletions
+190
-68
DaoConst.java
yzg-util-db/src/main/java/com/yanzuoguang/dao/DaoConst.java
+10
-2
TableStruct.java
...b/src/main/java/com/yanzuoguang/dao/impl/TableStruct.java
+180
-66
No files found.
yzg-util-db/src/main/java/com/yanzuoguang/dao/DaoConst.java
View file @
46c74c22
...
...
@@ -110,6 +110,10 @@ public class DaoConst {
* 删除字段名称
*/
public
static
final
String
REMOVE_FLAG
=
"remove"
;
/**
* MD5标记字段
*/
public
static
final
String
MD5_KEY_FLAG
=
"md5key"
;
/**
* 删除字符串长度变量
*/
...
...
@@ -134,13 +138,17 @@ public class DaoConst {
/**
* 删除标记
*/
public
static
final
int
FIELD_REMOVE
_FLAG
=
1
;
public
static
final
int
FIELD_REMOVE
=
1
;
/**
* 版本号字段
*/
public
static
final
int
FIELD_VERSION
_FLAG
=
2
;
public
static
final
int
FIELD_VERSION
=
2
;
/**
* 主键字段
*/
public
static
final
int
FIELD_PRIMARY
=
3
;
/**
* MD5标记字段,用于统计字段
*/
public
static
final
int
FIELD_MD5
=
4
;
}
yzg-util-db/src/main/java/com/yanzuoguang/dao/impl/TableStruct.java
View file @
46c74c22
This diff is collapsed.
Click to expand it.
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