Commit 58da95b2 by 裴大威

Merge branch 'feat-1002827' into 'master'

feat_wb_1002827 add type

See merge request rays/pcloud-common-parent!102
parents 6ee3c570 0a5fb5e4
...@@ -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";
/** /**
* 热门作品类型 * 热门作品类型
......
/** /**
* *
*/ */
package com.pcloud.common.constant; package com.pcloud.common.constant;
import com.pcloud.common.enums.AppTypeEnum; import com.pcloud.common.enums.AppTypeEnum;
/** /**
* *
* *
* @author:songx * @author:songx
* @date:2018年1月10日,下午2:58:42 * @date:2018年1月10日,下午2:58:42
*/ */
public class AppTypeConstant { 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};
/** /**
* 其它服务的含有销售价的应用 * 其它服务的含有销售价的应用
*/ */
public static final String[] REMOTE_PRICE_APP = {AppTypeEnum.MATCH_LISTEN.value, AppTypeEnum.WORD_DICTATION.value, public static final String[] REMOTE_PRICE_APP = {AppTypeEnum.MATCH_LISTEN.value, AppTypeEnum.WORD_DICTATION.value,
AppTypeEnum.ARTICLE_READING.value, AppTypeEnum.ENGLISH_WALKMAN.value, AppTypeEnum.ORAL_EVALUATION.value, AppTypeEnum.ARTICLE_READING.value, AppTypeEnum.ENGLISH_WALKMAN.value, AppTypeEnum.ORAL_EVALUATION.value,
AppTypeEnum.PBSTORY.value}; AppTypeEnum.PBSTORY.value};
/** /**
* 自建码包含的应用类型 * 自建码包含的应用类型
*/ */
public static final String[] IS_ALI_TYPE_APP = {AppTypeEnum.ANSWER.value, AppTypeEnum.TEACH_RESOURCE.value, public static final String[] IS_ALI_TYPE_APP = {AppTypeEnum.ANSWER.value, AppTypeEnum.TEACH_RESOURCE.value,
AppTypeEnum.COURSE_WARE.value, AppTypeEnum.COURSE_WARE.value,
AppTypeEnum.PDF.value, AppTypeEnum.TEST_PAPER.value, AppTypeEnum.SUBJECTNOTE.value, AppTypeEnum.PDF.value, AppTypeEnum.TEST_PAPER.value, AppTypeEnum.SUBJECTNOTE.value,
AppTypeEnum.STROKE_ORDER.value, AppTypeEnum.EBOOK.value, AppTypeEnum.STROKE_ORDER.value, AppTypeEnum.EBOOK.value,
AppTypeEnum.IMAGE.value, AppTypeEnum.ARTICLE.value, AppTypeEnum.BOOK.value, AppTypeEnum.IMAGE.value, AppTypeEnum.ARTICLE.value, AppTypeEnum.BOOK.value,
AppTypeEnum.LIVE_TIMETABLE.value, AppTypeEnum.AUDIO.value, AppTypeEnum.LIVE_TIMETABLE.value, AppTypeEnum.AUDIO.value,
AppTypeEnum.VIDEO.value, AppTypeEnum.MATCH_LISTEN.value, AppTypeEnum.WORD_DICTATION.value, AppTypeEnum.VIDEO.value, AppTypeEnum.MATCH_LISTEN.value, AppTypeEnum.WORD_DICTATION.value,
AppTypeEnum.GROUP.value, AppTypeEnum.ITEM_BANK.value, AppTypeEnum.GROUP.value, AppTypeEnum.ITEM_BANK.value,
AppTypeEnum.DRAW.value, AppTypeEnum.VOTE.value, AppTypeEnum.BM.value, AppTypeEnum.TEST.value, AppTypeEnum.DRAW.value, AppTypeEnum.VOTE.value, AppTypeEnum.BM.value, AppTypeEnum.TEST.value,
AppTypeEnum.EF.value, AppTypeEnum.RECITE_WORD.value, AppTypeEnum.CLOCK.value, AppTypeEnum.EF.value, AppTypeEnum.RECITE_WORD.value, AppTypeEnum.CLOCK.value,
AppTypeEnum.SPECIAL.value, AppTypeEnum.BOOKCARD.value}; AppTypeEnum.SPECIAL.value, AppTypeEnum.BOOKCARD.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