Commit 70379d53 authored by W_Y's avatar W_Y

Id添加注解

parent bafa9d00
...@@ -118,6 +118,7 @@ public class CarReviewTask implements Serializable { ...@@ -118,6 +118,7 @@ public class CarReviewTask implements Serializable {
/** /**
* 审查组长id * 审查组长id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查组长id") @ApiModelProperty("审查组长id")
private Long leaderId; private Long leaderId;
...@@ -130,6 +131,7 @@ public class CarReviewTask implements Serializable { ...@@ -130,6 +131,7 @@ public class CarReviewTask implements Serializable {
/** /**
* 关联标准表id * 关联标准表id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("关联标准表id") @ApiModelProperty("关联标准表id")
private Long standardId; private Long standardId;
...@@ -178,6 +180,7 @@ public class CarReviewTask implements Serializable { ...@@ -178,6 +180,7 @@ public class CarReviewTask implements Serializable {
/** /**
* 车型问卷提交人id * 车型问卷提交人id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("车型问卷提交人id") @ApiModelProperty("车型问卷提交人id")
private Long reviewSubmitId; private Long reviewSubmitId;
......
...@@ -36,6 +36,7 @@ public class ReviewDetails { ...@@ -36,6 +36,7 @@ public class ReviewDetails {
/** /**
* 审查要点id * 审查要点id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查要点id") @ApiModelProperty("审查要点id")
private Long reviewKeypointId; private Long reviewKeypointId;
......
...@@ -48,18 +48,21 @@ public class ReviewDetailsResult implements Serializable { ...@@ -48,18 +48,21 @@ public class ReviewDetailsResult implements Serializable {
/** /**
* 关联到的细则id * 关联到的细则id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("关联到的细则id") @ApiModelProperty("关联到的细则id")
private Long reviewDetailsId; private Long reviewDetailsId;
/** /**
* 关联的任务id * 关联的任务id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("关联的任务id") @ApiModelProperty("关联的任务id")
private Long taskId; private Long taskId;
/** /**
* 审核人id * 审核人id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审核人id") @ApiModelProperty("审核人id")
private Long userId; private Long userId;
......
...@@ -36,6 +36,7 @@ public class ReviewKeyPoint { ...@@ -36,6 +36,7 @@ public class ReviewKeyPoint {
/** /**
* 审查标准id * 审查标准id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查标准id") @ApiModelProperty("审查标准id")
private Long reviewStandardId; private Long reviewStandardId;
......
...@@ -35,6 +35,7 @@ public class ReviewScene { ...@@ -35,6 +35,7 @@ public class ReviewScene {
/** /**
* 审查细则id * 审查细则id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查细则id") @ApiModelProperty("审查细则id")
private Long reviewDetailsId; private Long reviewDetailsId;
......
...@@ -70,6 +70,7 @@ public class ReviewSceneChangeTask { ...@@ -70,6 +70,7 @@ public class ReviewSceneChangeTask {
/** /**
* 审查标准id * 审查标准id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查标准id") @ApiModelProperty("审查标准id")
private Long standardId; private Long standardId;
...@@ -88,6 +89,7 @@ public class ReviewSceneChangeTask { ...@@ -88,6 +89,7 @@ public class ReviewSceneChangeTask {
/** /**
* 审查要点id * 审查要点id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查要点id") @ApiModelProperty("审查要点id")
private Long keypointId; private Long keypointId;
...@@ -100,6 +102,7 @@ public class ReviewSceneChangeTask { ...@@ -100,6 +102,7 @@ public class ReviewSceneChangeTask {
/** /**
* 审查细则id * 审查细则id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审查细则id") @ApiModelProperty("审查细则id")
private Long detailsId; private Long detailsId;
...@@ -142,6 +145,7 @@ public class ReviewSceneChangeTask { ...@@ -142,6 +145,7 @@ public class ReviewSceneChangeTask {
/** /**
* 任务发起人Id * 任务发起人Id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("任务发起人Id") @ApiModelProperty("任务发起人Id")
private Long taskInitiatorId; private Long taskInitiatorId;
...@@ -180,6 +184,7 @@ public class ReviewSceneChangeTask { ...@@ -180,6 +184,7 @@ public class ReviewSceneChangeTask {
* 若为修改、删除任务时,此id在创建任务时赋值 * 若为修改、删除任务时,此id在创建任务时赋值
* 若为新增任务时,此id在审批通过并保存新场景后赋值 * 若为新增任务时,此id在审批通过并保存新场景后赋值
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty(value = "审查场景id", notes = "1.若为修改、删除任务时,此id在创建任务时赋值; 2.若为新增任务时,此id在审批通过并保存新场景后赋值 ") @ApiModelProperty(value = "审查场景id", notes = "1.若为修改、删除任务时,此id在创建任务时赋值; 2.若为新增任务时,此id在审批通过并保存新场景后赋值 ")
private Long reviewSceneId; private Long reviewSceneId;
......
...@@ -38,12 +38,14 @@ public class ReviewSceneChangeTaskUserRelation { ...@@ -38,12 +38,14 @@ public class ReviewSceneChangeTaskUserRelation {
/** /**
* 任务id * 任务id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("任务id") @ApiModelProperty("任务id")
private Long taskId; private Long taskId;
/** /**
* 用户id * 用户id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("用户id") @ApiModelProperty("用户id")
private Long userId; private Long userId;
......
...@@ -59,6 +59,7 @@ public class ReviewStandard { ...@@ -59,6 +59,7 @@ public class ReviewStandard {
/** /**
* 关联标准表id * 关联标准表id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("关联标准表id") @ApiModelProperty("关联标准表id")
private Long standardId; private Long standardId;
......
...@@ -29,12 +29,14 @@ public class ReviewTaskInbox { ...@@ -29,12 +29,14 @@ public class ReviewTaskInbox {
/** /**
* 体系审查任务id * 体系审查任务id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("体系审查任务id") @ApiModelProperty("体系审查任务id")
private Long reviewTaskId; private Long reviewTaskId;
/** /**
* 场景变更任务id * 场景变更任务id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("场景变更任务id") @ApiModelProperty("场景变更任务id")
private Long reviewSceneChangeTaskId; private Long reviewSceneChangeTaskId;
......
...@@ -30,6 +30,7 @@ public class ReviewTaskUserRelation { ...@@ -30,6 +30,7 @@ public class ReviewTaskUserRelation {
/** /**
* 用户id * 用户id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("用户id") @ApiModelProperty("用户id")
private Long userId; private Long userId;
......
...@@ -100,6 +100,7 @@ public class SystemReviewTask { ...@@ -100,6 +100,7 @@ public class SystemReviewTask {
/** /**
* 审核组长id * 审核组长id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
@ApiModelProperty("审核组长id") @ApiModelProperty("审核组长id")
private Long leaderId; private Long leaderId;
...@@ -118,6 +119,7 @@ public class SystemReviewTask { ...@@ -118,6 +119,7 @@ public class SystemReviewTask {
/** /**
* 关联标准表id * 关联标准表id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long standardId; private Long standardId;
/** /**
...@@ -138,6 +140,7 @@ public class SystemReviewTask { ...@@ -138,6 +140,7 @@ public class SystemReviewTask {
/** /**
* 提交人id * 提交人id
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long submitById; private Long submitById;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment