Commit e02213c9 authored by shiyu's avatar shiyu

新增商品类型枚举

parent 2a331ba0
...@@ -7,6 +7,7 @@ public enum ItemKindEnum { ...@@ -7,6 +7,7 @@ public enum ItemKindEnum {
COIN(1, "钱币"), COIN(1, "钱币"),
NEPHRITE(2, "和田玉"), NEPHRITE(2, "和田玉"),
PAINTING(3, "书画"),
; ;
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