Commit 7e289819 authored by wlx@33.cn's avatar wlx@33.cn

修正盲盒销售类型

parent 15ae50bb
......@@ -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;
......
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