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