Commit 77b014a4 by zhangchen

增加封场、爆满

parent b7696da3
......@@ -10,7 +10,8 @@ import java.util.Map;
*/
public enum ResourcePriceStatusEnum {
VALID(1, "有效"), INVALID(2, "无效"), PENDING(3, "待审核"),MATCH(4, "举办赛事"), MAINTAIN(5, "维护保养"),MENBERCOURSE(6,"会员球场");
VALID(1, "有效"), INVALID(2, "无效"), PENDING(3, "待审核"),MATCH(4, "举办赛事"), MAINTAIN(5, "维护保养"),MENBERCOURSE(6,"会员球场"),CLOSURE(7,"封场"),
BIFILLED(8,"爆满");
private int value;
private String msg;
......
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 sign in to comment