Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-server
Project
Project
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
antai-sport
antai-sport-http-server
Commits
59346168
Commit
59346168
authored
Aug 22, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程相关模块微调
parent
54123f73
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
antai-sport.ndm2
doc/antai-sport.ndm2
+3
-3
CourseItem.java
...port/http/server/repository/course/entity/CourseItem.java
+1
-1
CourseItemVO.java
...tp/server/server/api/business/course/vo/CourseItemVO.java
+1
-1
No files found.
doc/antai-sport.ndm2
View file @
59346168
...
@@ -25076,9 +25076,9 @@
...
@@ -25076,9 +25076,9 @@
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "target_value",
"name": "target_value",
"type": "
int
",
"type": "
decimal
",
"length":
-214748364
8,
"length":
1
8,
"decimals":
-2147483648
,
"decimals":
2
,
"isUnsigned": false,
"isUnsigned": false,
"isZeroFill": false,
"isZeroFill": false,
"setEnumValues": "",
"setEnumValues": "",
...
...
repository/src/main/java/com/antai/sport/http/server/repository/course/entity/CourseItem.java
View file @
59346168
...
@@ -51,7 +51,7 @@ public class CourseItem implements Serializable {
...
@@ -51,7 +51,7 @@ public class CourseItem implements Serializable {
/**
/**
* 目标值
* 目标值
*/
*/
private
Integer
targetValue
;
private
BigDecimal
targetValue
;
/**
/**
* 允许偏差
* 允许偏差
...
...
server-api/src/main/java/com/antai/sport/http/server/server/api/business/course/vo/CourseItemVO.java
View file @
59346168
...
@@ -18,7 +18,7 @@ public class CourseItemVO {
...
@@ -18,7 +18,7 @@ public class CourseItemVO {
@ApiModelProperty
(
"指标值类型"
)
@ApiModelProperty
(
"指标值类型"
)
private
Integer
targetValueType
;
private
Integer
targetValueType
;
@ApiModelProperty
(
"目标值"
)
@ApiModelProperty
(
"目标值"
)
private
Integer
targetValue
;
private
BigDecimal
targetValue
;
@ApiModelProperty
(
"允许偏差"
)
@ApiModelProperty
(
"允许偏差"
)
private
BigDecimal
allowableDeviation
;
private
BigDecimal
allowableDeviation
;
@ApiModelProperty
(
"持续时长s"
)
@ApiModelProperty
(
"持续时长s"
)
...
...
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