Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
4ab6b9df
Commit
4ab6b9df
authored
Mar 18, 2019
by
gaopeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加导学号作品类型
parent
e669c62b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
2 deletions
+33
-2
ProductTypeConstant.java
.../com/pcloud/common/core/constant/ProductTypeConstant.java
+33
-2
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/constant/ProductTypeConstant.java
View file @
4ab6b9df
...
@@ -238,6 +238,36 @@ public class ProductTypeConstant {
...
@@ -238,6 +238,36 @@ public class ProductTypeConstant {
public
static
final
String
AUDIO_COURSE
=
"AUDIO_COURSE"
;
public
static
final
String
AUDIO_COURSE
=
"AUDIO_COURSE"
;
/**
/**
* 导学号
*/
public
static
final
String
DAOXUEHAO
=
"DAOXUEHAO"
;
/**
* 教辅资料包
*/
public
static
final
String
TEACH_RESOURCE_APP
=
"TEACH_RESOURCE_APP"
;
/**
* 课件
*/
public
static
final
String
COURSE_WARE
=
"COURSE_WARE"
;
/**
* 试卷
*/
public
static
final
String
TEST_PAPER_APP
=
"TEST_PAPER_APP"
;
/**
* 配套听力
*/
public
static
final
String
MATCH_LISTEN
=
"MATCH_LISTEN"
;
/**
* 生词听写
*/
public
static
final
String
WORD_DICTATION
=
"WORD_DICTATION"
;
/**
* 热门作品类型
* 热门作品类型
*/
*/
public
static
final
String
[]
HOT_PRODUCT_TYPE
=
{
QA
,
PDF
,
VIDEO
,
PRETEST
};
public
static
final
String
[]
HOT_PRODUCT_TYPE
=
{
QA
,
PDF
,
VIDEO
,
PRETEST
};
...
@@ -263,7 +293,8 @@ public class ProductTypeConstant {
...
@@ -263,7 +293,8 @@ public class ProductTypeConstant {
* 应用型作品(伴随应用使用)
* 应用型作品(伴随应用使用)
*/
*/
public
static
final
String
[]
APP_PRODUCT
=
{
LOOK
,
LIVE
,
TUTOR
,
GROUP
,
ZSCORE
,
VOTE
,
CLOCK
,
TEST
,
AUDIOAPP
,
ANSWER
,
public
static
final
String
[]
APP_PRODUCT
=
{
LOOK
,
LIVE
,
TUTOR
,
GROUP
,
ZSCORE
,
VOTE
,
CLOCK
,
TEST
,
AUDIOAPP
,
ANSWER
,
EF
,
MUSIC
,
VIDEO_COURSE
,
PRETESTAPP
,
AUDIO_RESOURCE
,
QA_APP
,
EBOOK_APP
,
AUDIO_MAGIC
};
EF
,
MUSIC
,
VIDEO_COURSE
,
PRETESTAPP
,
AUDIO_RESOURCE
,
QA_APP
,
EBOOK_APP
,
AUDIO_MAGIC
,
TEACH_RESOURCE_APP
,
COURSE_WARE
,
TEST_PAPER_APP
,
MATCH_LISTEN
,
WORD_DICTATION
};
/**
/**
* 数据平台埋点型作品
* 数据平台埋点型作品
...
@@ -274,5 +305,5 @@ public class ProductTypeConstant {
...
@@ -274,5 +305,5 @@ public class ProductTypeConstant {
/**
/**
* 作品下资源来源于content中心的作品
* 作品下资源来源于content中心的作品
*/
*/
public
static
final
String
[]
RESOURCE_CONTENT_PRODUCT
=
{
AUDIO
,
VIDEO
,
BOOK
,
LISTEN
,
PDF
,
ALBUM
,
FORMAT
,
EBOOK
};
public
static
final
String
[]
RESOURCE_CONTENT_PRODUCT
=
{
AUDIO
,
VIDEO
,
BOOK
,
LISTEN
,
PDF
,
ALBUM
,
FORMAT
,
EBOOK
};
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment