Commit b3634786 by guojuxing

添加etl同步枚举

parent 6371fdb1
......@@ -12,6 +12,7 @@ public enum StoreLogReasonEnum {
ORDER(3, "订单同步"),
MEMBER(4, "会员同步"),
SYSTEM(5, "系统配置触发"),
ETL(6, "ETL同步")
;
private int code;
private String message;
......
......@@ -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;
/**
......
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