@@ -47,6 +47,14 @@ public class XxpInspection extends BaseEntity {
/**
+ * 人员姓名
+ */
+ @Excel(name = "人员图像")
+ @ApiModelProperty(value = "人员图像")
+ private String userImg;
+
+ /**
* 实验室id
*/
@Excel(name = "实验室id")