zss
2023-07-27 0e1722e96e5483d560eda8f1cf96282955d4f224
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/InspectionProductList.java
@@ -52,9 +52,11 @@
    private String internal;
    @ApiModelProperty(value = "开始日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime startTime;
    @ApiModelProperty(value = "结束日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime endTime;
    @TableLogic(value = "1", delval = "0")
@@ -73,12 +75,12 @@
    private Integer version;
    @ApiModelProperty(value = "关联 报检id")
    @ApiModelProperty(value = "关联 报检物料id")
    private int inspectionMaterialListId;
    @ApiModelProperty(value = "关联 用户id 试验员")
    private Integer userId;
    @ApiModelProperty(value = "关联 设备id")
    private Integer instrument_id;
    private Integer instrumentId;
}