|
@@ -73,8 +73,11 @@ public class SampleCheckOrderVo {
|
|
|
@Schema(description = "样本送检人姓名")
|
|
|
private String sendUserName;
|
|
|
|
|
|
+ @Schema(description = "样本送检机构id")
|
|
|
+ private Long sendOrgId;
|
|
|
+
|
|
|
@Schema(description = "样本送检机构")
|
|
|
- private String sendOrg;
|
|
|
+ private String sendOrgName;
|
|
|
|
|
|
/**
|
|
|
* 样本接收人
|