Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
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
base_platform_enterprise
gic-store
Commits
b3634786
Commit
b3634786
authored
Feb 06, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加etl同步枚举
parent
6371fdb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
StoreLogReasonEnum.java
.../main/java/com/gic/store/constant/StoreLogReasonEnum.java
+1
-0
ProcessBatchClerkDTO.java
...in/java/com/gic/store/dto/clerk/ProcessBatchClerkDTO.java
+2
-1
No files found.
gic-store-api/src/main/java/com/gic/store/constant/StoreLogReasonEnum.java
View file @
b3634786
...
...
@@ -12,6 +12,7 @@ public enum StoreLogReasonEnum {
ORDER
(
3
,
"订单同步"
),
MEMBER
(
4
,
"会员同步"
),
SYSTEM
(
5
,
"系统配置触发"
),
ETL
(
6
,
"ETL同步"
)
;
private
int
code
;
private
String
message
;
...
...
gic-store-api/src/main/java/com/gic/store/dto/clerk/ProcessBatchClerkDTO.java
View file @
b3634786
...
...
@@ -64,7 +64,8 @@ public class ProcessBatchClerkDTO implements Serializable{
/********************操作日志**********************/
/**
* 事由 1:web后台操作 2:外部触发 3:订单同步 4:会员同步 5:系统配置触发
* 事由 1:web后台操作 2:外部触发 3:订单同步 4:会员同步 5:系统配置触发 6 etl同步
* StoreLogReasonEnum枚举
*/
private
Integer
reason
;
/**
...
...
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