Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Oct 9, 2023
1 parent 129bc67 commit 193809e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
*/
public enum JobLifeCycle {
UNKNOWN(0, "未知"),
DEVELOP(2, "开发"),
ONLINE(5, "上线");
DEVELOP(1, "开发"),
ONLINE(2, "上线");

private Integer value;
private String label;
Expand Down

0 comments on commit 193809e

Please sign in to comment.