Commit 7078835d authored by 赵啸非's avatar 赵啸非

文档修改

parent 4089fa2e
...@@ -11,7 +11,7 @@ import java.util.Map; ...@@ -11,7 +11,7 @@ import java.util.Map;
public enum ErrorStatusEnum { public enum ErrorStatusEnum {
缺卡(0, "缺卡"), 缺卡(0, "缺卡"),
早退(1, "早退"), 早退(1, "早退"),
缺卡(2, "缺卡"); 迟到(2, "迟到");
private Integer value; private Integer value;
private String desc; private String desc;
......
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