Commit 9755e273 authored by shiyu's avatar shiyu

拍品状态兼容上一版本

parent 86547c87
...@@ -7,9 +7,9 @@ public class AuctionEnum { ...@@ -7,9 +7,9 @@ public class AuctionEnum {
*/ */
public enum StateEnum { public enum StateEnum {
WAIT_ON_SALE(1, "待上架"), WAIT_ON_SALE(1, "待上架"),
AUCTIONING(2, "竞拍中"),
END(3, "已截拍"),
PREVIEW(10, "预展中"), PREVIEW(10, "预展中"),
AUCTIONING(20, "竞拍中"),
END(25, "已截拍"),
GET_NOT_PAY(30, "中拍未付款"), GET_NOT_PAY(30, "中拍未付款"),
GET_NOT_PAY_TO_PASS(40, "中拍未付款流拍"), GET_NOT_PAY_TO_PASS(40, "中拍未付款流拍"),
NO_OFFER_TO_PASS(50, "无出价流拍"), NO_OFFER_TO_PASS(50, "无出价流拍"),
......
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