|
@@ -70,6 +70,10 @@ public class SampleAnimalVo {
|
|
|
@Size(max = 255)
|
|
@Size(max = 255)
|
|
|
private String handoverRemark;
|
|
private String handoverRemark;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "交接备注信息(其他)")
|
|
|
|
|
+ @Size(max = 255)
|
|
|
|
|
+ private String handoverRemarkOther;
|
|
|
|
|
+
|
|
|
@Schema(description = "病原样本类型")
|
|
@Schema(description = "病原样本类型")
|
|
|
@Size(max = 255)
|
|
@Size(max = 255)
|
|
|
private String pathogenSampleType;
|
|
private String pathogenSampleType;
|
|
@@ -87,15 +91,6 @@ public class SampleAnimalVo {
|
|
|
@Schema(description = "样本需返还")
|
|
@Schema(description = "样本需返还")
|
|
|
private String needBack;
|
|
private String needBack;
|
|
|
|
|
|
|
|
- @Schema(description = "样本需稀释")
|
|
|
|
|
- private String needDilution;
|
|
|
|
|
-
|
|
|
|
|
- @Schema(description = "需纸质报告")
|
|
|
|
|
- private String needPaper;
|
|
|
|
|
-
|
|
|
|
|
- @Schema(description = "24小时急检")
|
|
|
|
|
- private String quick24;
|
|
|
|
|
-
|
|
|
|
|
@Schema(description = "委托列表")
|
|
@Schema(description = "委托列表")
|
|
|
private CommissionObjVo commission = new CommissionObjVo();
|
|
private CommissionObjVo commission = new CommissionObjVo();
|
|
|
|
|
|