Commit f380e268 authored by wzp's avatar wzp

修改bug

parent 6dffed2b
......@@ -7,9 +7,9 @@ public enum AuditOperationEnum {
ADD(1, "新增"),
EDIT(2, "修改"),
REMOVE(3, "下架"),
DISABLE(4, "禁用"),
ENABLE(5, "启用");
REMOVE(3, "删除"),
DISABLE(4, "禁用/下架"),
ENABLE(5, "启用/上架");
// 错误编码
private Integer code;
......
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