Commit 03a5784e by zhiwj

修改门店日志

parent 02ef72d5
......@@ -8,10 +8,10 @@ package com.gic.store.constant;
*/
public enum StoreLogTypeEnum {
SAVE(1, "门店新增"),
INFO_UPDATE(2, "信息变更"),
GROUP_UPDATE(3, "分组变更"),
STATUS_UPDATE(4, "状态变更"),
ADD_CLERK(5, "关联导购")
ADD_CLERK(2, "关联导购"),
INFO_UPDATE(3, "信息变更"),
GROUP_UPDATE(4, "分组变更"),
STATUS_UPDATE(5, "状态变更")
;
private int code;
private String message;
......
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