Commit 8f52ffe7 authored by wulixian's avatar wulixian

Merge branch 'dev' into 'test'

修正盲盒销售类型 See merge request !55
parents ea147855 52bc6456
...@@ -54,7 +54,7 @@ public class Spu implements Serializable { ...@@ -54,7 +54,7 @@ public class Spu implements Serializable {
/** /**
* 盲盒销售 * 盲盒销售
*/ */
public static final Integer BLIND_BOX_SALES = 2; public static final Integer BLIND_BOX_SALES = 4;
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
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