@@ -140,4 +140,9 @@ public class AnalysisDto {
*/
private Integer updateBy;
+ /**
+ * lab标签(格式0,1,2,3,4)
+ */
+ private String lab;
+
}