Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9c0f37ee
authored
Sep 20, 2023
by
杨伟程
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev' of
http://git.xmmakeit.com/huangjiay/iot-platform-server
into dev
parents
597e243c
63a07788
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
server-service/src/main/java/com/makeit/dto/saas/analysis/SaasDiseaseEvaluateReportDTO.java
server-service/src/main/java/com/makeit/entity/saas/analysis/SaasDiseaseEvaluateReport.java
server-service/src/main/java/com/makeit/entity/saas/analysis/SaasDiseaseReport.java
server-service/src/main/java/com/makeit/dto/saas/analysis/SaasDiseaseEvaluateReportDTO.java
View file @
9c0f37ee
...
@@ -16,7 +16,7 @@ import java.util.List;
...
@@ -16,7 +16,7 @@ import java.util.List;
* @since 2023-09-05
* @since 2023-09-05
*/
*/
@Data
@Data
@ApiModel
(
value
=
"SaasDiseaseEvaluateReport对象"
,
description
=
"呼吸心率慢性病模型评估
结果
"
)
@ApiModel
(
value
=
"SaasDiseaseEvaluateReport对象"
,
description
=
"呼吸心率慢性病模型评估
标准
"
)
public
class
SaasDiseaseEvaluateReportDTO
{
public
class
SaasDiseaseEvaluateReportDTO
{
private
String
id
;
private
String
id
;
...
...
server-service/src/main/java/com/makeit/entity/saas/analysis/SaasDiseaseEvaluateReport.java
View file @
9c0f37ee
...
@@ -16,7 +16,7 @@ import lombok.EqualsAndHashCode;
...
@@ -16,7 +16,7 @@ import lombok.EqualsAndHashCode;
*/
*/
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"SaasDiseaseEvaluateReport对象"
,
description
=
"呼吸心率慢性病模型评估
结果
"
)
@ApiModel
(
value
=
"SaasDiseaseEvaluateReport对象"
,
description
=
"呼吸心率慢性病模型评估
标准
"
)
public
class
SaasDiseaseEvaluateReport
extends
BaseBusEntity
{
public
class
SaasDiseaseEvaluateReport
extends
BaseBusEntity
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
...
server-service/src/main/java/com/makeit/entity/saas/analysis/SaasDiseaseReport.java
View file @
9c0f37ee
...
@@ -16,7 +16,7 @@ import lombok.EqualsAndHashCode;
...
@@ -16,7 +16,7 @@ import lombok.EqualsAndHashCode;
*/
*/
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"SaasDiseaseReport对象"
,
description
=
"呼吸心率慢性病报告"
)
@ApiModel
(
value
=
"SaasDiseaseReport对象"
,
description
=
"呼吸心率慢性病报告
评估结果
"
)
public
class
SaasDiseaseReport
extends
BaseBusEntity
{
public
class
SaasDiseaseReport
extends
BaseBusEntity
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
...
...
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