Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
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
TCM
tcm-system
Commits
b15c01d1
Commit
b15c01d1
authored
Dec 30, 2025
by
dmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中医药小程序代码提交
parent
0540420d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
ProductExtendVo.java
src/main/java/com/tcm/util/product/ProductExtendVo.java
+14
-0
No files found.
src/main/java/com/tcm/util/product/ProductExtendVo.java
View file @
b15c01d1
...
@@ -52,6 +52,12 @@ public class ProductExtendVo {
...
@@ -52,6 +52,12 @@ public class ProductExtendVo {
@TableAnnotation
(
"language_type"
)
@TableAnnotation
(
"language_type"
)
@ApiModelProperty
(
notes
=
"语言类型0中文1英文2韩文3日文"
)
@ApiModelProperty
(
notes
=
"语言类型0中文1英文2韩文3日文"
)
private
Integer
languageType
;
private
Integer
languageType
;
/**
* 产品功效
*/
@TableAnnotation
(
"product_efficacy"
)
@ApiModelProperty
(
notes
=
"产品功效"
)
private
String
productEfficacy
;
/**
/**
* 服务类型
* 服务类型
*/
*/
...
@@ -167,4 +173,12 @@ public class ProductExtendVo {
...
@@ -167,4 +173,12 @@ public class ProductExtendVo {
public
void
setLanguageType
(
Integer
languageType
)
{
public
void
setLanguageType
(
Integer
languageType
)
{
this
.
languageType
=
languageType
;
this
.
languageType
=
languageType
;
}
}
public
String
getProductEfficacy
()
{
return
productEfficacy
;
}
public
void
setProductEfficacy
(
String
productEfficacy
)
{
this
.
productEfficacy
=
productEfficacy
;
}
}
}
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