Commit 72c00af4 authored by shiyu's avatar shiyu

CollectionShareTypeEnum枚举新增藏家拍品

parent ed2ecd57
...@@ -166,7 +166,8 @@ public class DistributionEnum { ...@@ -166,7 +166,8 @@ public class DistributionEnum {
public enum CollectionShareTypeEnum { public enum CollectionShareTypeEnum {
ITEM(1, "藏品"), ITEM(1, "藏品"),
PAGE(2, "个人藏馆"), PAGE(2, "个人藏馆"),
AUCTION_ITEM(3, "藏家拍卖商品"), SYSTEM_ITEM(3, "平台藏品"),
COLLECTOR_AUCTION_ITEM(4, "藏家拍卖品"),
; ;
private int code; private int code;
......
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