|  |  | 
 |  |  |    @ApiModelProperty(value = "校准检测情况说明") | 
 |  |  |    private String detectSituation; | 
 |  |  |  | 
 |  |  | /*   @ApiModelProperty(value = "物品入库人") | 
 |  |  |    private String warehousePerson; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "物品入库时间") | 
 |  |  |    @JsonFormat(pattern = "yyyy-MM-dd") | 
 |  |  |    private Date warehouseDate; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "物品入库情况") | 
 |  |  |    private String warehouseSituation;*/ | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "物品发放人") | 
 |  |  |    private String itemIssuer; | 
 |  |  |  | 
 |  |  | 
 |  |  |    @ApiModelProperty(value = "物品编号") | 
 |  |  |    private String softwareIdentity; | 
 |  |  |  | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    @ApiModelProperty(value = "其他要求") | 
 |  |  |    private String itemRequireStr; | 
 |  |  |  | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    @ApiModelProperty(value = "物品接收情况说明") | 
 |  |  |    private String acceptSituationStr; | 
 |  |  |  | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    @ApiModelProperty(value = "校准检测情况说明") | 
 |  |  |    private String detectSituationStr; | 
 |  |  |  | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    @ApiModelProperty(value = "物品发放情况说明") | 
 |  |  |    private String issueSituationStr; | 
 |  |  |  | 
 |  |  |  | 
 |  |  | } |