Commit 0a5fb5e4 by 吴博

feat_wb_1002827 add type

parent 6ee3c570
...@@ -342,6 +342,11 @@ public class ProductTypeConstant { ...@@ -342,6 +342,11 @@ public class ProductTypeConstant {
*/ */
public static final String BOOK_CLICK_APP = "BOOK_CLICK_APP"; public static final String BOOK_CLICK_APP = "BOOK_CLICK_APP";
/**
*抽奖
*/
public static final String DRAW_APP = "DRAW_APP";
/** /**
* 热门作品类型 * 热门作品类型
......
...@@ -17,7 +17,7 @@ public class AppTypeConstant { ...@@ -17,7 +17,7 @@ public class AppTypeConstant {
* 含有销售价的应用(创建修改同步操作资源中心) * 含有销售价的应用(创建修改同步操作资源中心)
*/ */
public static final String[] PRICE_APP = {AppTypeEnum.TEACH_RESOURCE.value, AppTypeEnum.COURSE_WARE.value, public static final String[] PRICE_APP = {AppTypeEnum.TEACH_RESOURCE.value, AppTypeEnum.COURSE_WARE.value,
AppTypeEnum.STROKE_ORDER.value, AppTypeEnum.IMAGE.value, AppTypeEnum.RECITE_WORD.value}; AppTypeEnum.STROKE_ORDER.value, AppTypeEnum.IMAGE.value, AppTypeEnum.RECITE_WORD.value,AppTypeEnum.DRAW.value};
/** /**
* 其它服务的含有销售价的应用 * 其它服务的含有销售价的应用
......
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