|
@@ -34,7 +34,7 @@ public class SpecimenOutboundPageReqVO extends PageParam {
|
|
|
@Schema(description = "申请出库的用途")
|
|
|
private String applicationUsage;
|
|
|
|
|
|
- @Schema(description = "附件上传")
|
|
|
+ @Schema(description = "出库附件上传")
|
|
|
private String attachments;
|
|
|
|
|
|
@Schema(description = "审批状态", example = "2")
|
|
@@ -54,8 +54,8 @@ public class SpecimenOutboundPageReqVO extends PageParam {
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
|
|
private LocalDateTime[] createTime;
|
|
|
|
|
|
- @Schema(description = "标本状态(已出库、已回库、出库审批中)", example = "2")
|
|
|
- private Integer sampleStatus;
|
|
|
+ @Schema(description = "回库附件上传")
|
|
|
+ private String sampleStatus;
|
|
|
|
|
|
@Schema(description = "驳回原因", example = "27504")
|
|
|
private String processInstanceId;
|
|
@@ -68,7 +68,7 @@ public class SpecimenOutboundPageReqVO extends PageParam {
|
|
|
|
|
|
@Schema(description = "点收人")
|
|
|
private String receiver;
|
|
|
-
|
|
|
+
|
|
|
@Schema(description = "退还日期")
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
|
|
private LocalDateTime[] returnDate;
|