Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vehicle-quality-review
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
王飞
vehicle-quality-review
Commits
70379d53
Commit
70379d53
authored
Jan 09, 2024
by
W_Y
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Id添加注解
parent
bafa9d00
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
1 deletion
+24
-1
CarReviewTask.java
...-review/src/main/java/com/ruoyi/domain/CarReviewTask.java
+3
-0
ReviewDetails.java
...-review/src/main/java/com/ruoyi/domain/ReviewDetails.java
+1
-0
ReviewDetailsResult.java
...w/src/main/java/com/ruoyi/domain/ReviewDetailsResult.java
+3
-0
ReviewKeyPoint.java
...review/src/main/java/com/ruoyi/domain/ReviewKeyPoint.java
+1
-0
ReviewScene.java
...ty-review/src/main/java/com/ruoyi/domain/ReviewScene.java
+1
-0
ReviewSceneChangeTask.java
...src/main/java/com/ruoyi/domain/ReviewSceneChangeTask.java
+5
-0
ReviewSceneChangeTaskUserRelation.java
...a/com/ruoyi/domain/ReviewSceneChangeTaskUserRelation.java
+3
-1
ReviewStandard.java
...review/src/main/java/com/ruoyi/domain/ReviewStandard.java
+1
-0
ReviewTaskInbox.java
...eview/src/main/java/com/ruoyi/domain/ReviewTaskInbox.java
+2
-0
ReviewTaskUserRelation.java
...rc/main/java/com/ruoyi/domain/ReviewTaskUserRelation.java
+1
-0
SystemReviewTask.java
...view/src/main/java/com/ruoyi/domain/SystemReviewTask.java
+3
-0
No files found.
quality-review/src/main/java/com/ruoyi/domain/CarReviewTask.java
View file @
70379d53
...
...
@@ -118,6 +118,7 @@ public class CarReviewTask implements Serializable {
/**
* 审查组长id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查组长id"
)
private
Long
leaderId
;
...
...
@@ -130,6 +131,7 @@ public class CarReviewTask implements Serializable {
/**
* 关联标准表id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"关联标准表id"
)
private
Long
standardId
;
...
...
@@ -178,6 +180,7 @@ public class CarReviewTask implements Serializable {
/**
* 车型问卷提交人id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"车型问卷提交人id"
)
private
Long
reviewSubmitId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewDetails.java
View file @
70379d53
...
...
@@ -36,6 +36,7 @@ public class ReviewDetails {
/**
* 审查要点id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查要点id"
)
private
Long
reviewKeypointId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewDetailsResult.java
View file @
70379d53
...
...
@@ -48,18 +48,21 @@ public class ReviewDetailsResult implements Serializable {
/**
* 关联到的细则id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"关联到的细则id"
)
private
Long
reviewDetailsId
;
/**
* 关联的任务id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"关联的任务id"
)
private
Long
taskId
;
/**
* 审核人id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审核人id"
)
private
Long
userId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewKeyPoint.java
View file @
70379d53
...
...
@@ -36,6 +36,7 @@ public class ReviewKeyPoint {
/**
* 审查标准id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查标准id"
)
private
Long
reviewStandardId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewScene.java
View file @
70379d53
...
...
@@ -35,6 +35,7 @@ public class ReviewScene {
/**
* 审查细则id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查细则id"
)
private
Long
reviewDetailsId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewSceneChangeTask.java
View file @
70379d53
...
...
@@ -70,6 +70,7 @@ public class ReviewSceneChangeTask {
/**
* 审查标准id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查标准id"
)
private
Long
standardId
;
...
...
@@ -88,6 +89,7 @@ public class ReviewSceneChangeTask {
/**
* 审查要点id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查要点id"
)
private
Long
keypointId
;
...
...
@@ -100,6 +102,7 @@ public class ReviewSceneChangeTask {
/**
* 审查细则id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审查细则id"
)
private
Long
detailsId
;
...
...
@@ -142,6 +145,7 @@ public class ReviewSceneChangeTask {
/**
* 任务发起人Id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"任务发起人Id"
)
private
Long
taskInitiatorId
;
...
...
@@ -180,6 +184,7 @@ public class ReviewSceneChangeTask {
* 若为修改、删除任务时,此id在创建任务时赋值
* 若为新增任务时,此id在审批通过并保存新场景后赋值
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
value
=
"审查场景id"
,
notes
=
"1.若为修改、删除任务时,此id在创建任务时赋值; 2.若为新增任务时,此id在审批通过并保存新场景后赋值 "
)
private
Long
reviewSceneId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewSceneChangeTaskUserRelation.java
View file @
70379d53
...
...
@@ -38,12 +38,14 @@ public class ReviewSceneChangeTaskUserRelation {
/**
* 任务id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"任务id"
)
private
Long
taskId
;
/**
* 用户id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"用户id"
)
private
Long
userId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewStandard.java
View file @
70379d53
...
...
@@ -59,6 +59,7 @@ public class ReviewStandard {
/**
* 关联标准表id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"关联标准表id"
)
private
Long
standardId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewTaskInbox.java
View file @
70379d53
...
...
@@ -29,12 +29,14 @@ public class ReviewTaskInbox {
/**
* 体系审查任务id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"体系审查任务id"
)
private
Long
reviewTaskId
;
/**
* 场景变更任务id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"场景变更任务id"
)
private
Long
reviewSceneChangeTaskId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/ReviewTaskUserRelation.java
View file @
70379d53
...
...
@@ -30,6 +30,7 @@ public class ReviewTaskUserRelation {
/**
* 用户id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"用户id"
)
private
Long
userId
;
...
...
quality-review/src/main/java/com/ruoyi/domain/SystemReviewTask.java
View file @
70379d53
...
...
@@ -100,6 +100,7 @@ public class SystemReviewTask {
/**
* 审核组长id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
@ApiModelProperty
(
"审核组长id"
)
private
Long
leaderId
;
...
...
@@ -118,6 +119,7 @@ public class SystemReviewTask {
/**
* 关联标准表id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
private
Long
standardId
;
/**
...
...
@@ -138,6 +140,7 @@ public class SystemReviewTask {
/**
* 提交人id
*/
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
)
private
Long
submitById
;
/**
...
...
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