Commit 4069424f authored by 赵啸非's avatar 赵啸非

修改考勤自动审核

parent 7bf295ec
......@@ -11,7 +11,7 @@ import java.util.Map;
public enum FeedProcessStatusEnum {
未开始(0, "未开始"),
进行中(1, "进行中"),
完成(2, "已完成");
结束(2, "已结束");
private Integer value;
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