Fixiaobai
2023-08-17 58f820f804046e7fe82bef5a7b428b442a728e8a
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/vo/PlanVo.java
@@ -48,12 +48,6 @@
    @ApiModelProperty(value = "计划结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
    private Date finishtime;
    @ApiModelProperty(value = "设备id")
    @JsonSerialize
    private Integer deviceId;
    @ApiModelProperty(value = "检验人id")
    @JsonSerialize
    private Integer userId;
    //判断项目状态
    private Integer state;