Commit 78f73f40 authored by chenzhao's avatar chenzhao

代扣优化项 问题处理

parent 079670c4
......@@ -8,12 +8,12 @@ import lombok.Getter;
public enum UploadStatusEnum {
未上传("未上传","未上传"),
已上传("上传中","上传中"),
未生成("未生成","未生成"),
未生成("未上传","未上传"),
成功("成功","成功"),
失败("失败","失败"),
代扣成功("成功","0"),
代扣失败("失败","1"),
代扣中("处理中","99"),
代扣中("","99"),
代扣处理中("代扣处理中","代扣处理中");
private String name;
......
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