|
@@ -68,8 +68,11 @@ public class SpecimenOutboundPageReqVO extends PageParam {
|
|
|
@Schema(description = "二审驳回原因", example = "27504")
|
|
|
private String rejectionReasons;
|
|
|
|
|
|
- @Schema(description = "出库员")
|
|
|
- private String operator;
|
|
|
+ @Schema(description = "出库确认员A")
|
|
|
+ private Long operator;
|
|
|
+
|
|
|
+ @Schema(description = "出库确认员B")
|
|
|
+ private Long twoOperator;
|
|
|
|
|
|
@Schema(description = "出库时间")
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|