Commit 04ee77d9 by 高鹏

Merge branch 'feat-lh' into 'master'

活动报名优化

See merge request rays/pcloud-common-parent!40
parents 57ac68a0 a0fb345d
......@@ -332,6 +332,11 @@ public class ProductTypeConstant {
*/
public static final String SUBJECTNOTE_APP = "SUBJECTNOTE_APP";
/**
* 报名应用商品
*/
public static final String BM = "BM";
/**
* 热门作品类型
......
......@@ -36,7 +36,8 @@ public enum AppProductTypeEnum {
ORAL_EVALUATION(AppTypeEnum.ORAL_EVALUATION.value, ProductTypeConstant.ORAL_EVALUATION),
PDF(AppTypeEnum.PDF.value, ProductTypeConstant.PDF_APP),
RECITE_WORD(AppTypeEnum.RECITE_WORD.value, ProductTypeConstant.WORD_APP),
SUBJECTNOTE(AppTypeEnum.SUBJECTNOTE.value, ProductTypeConstant.SUBJECTNOTE_APP);
SUBJECTNOTE(AppTypeEnum.SUBJECTNOTE.value, ProductTypeConstant.SUBJECTNOTE_APP),
BM(AppTypeEnum.BM.value, ProductTypeConstant.BM);
public final String appTypeCode;
......
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