@ -74,6 +74,9 @@ public class TestRecordSampleDataVO {
private List<TestRecordSampleDataExpand> expandList;
public String getIsDetected() {
if (isDetected == null) {
return null;
}
return isDetected.equals(1) ? TestRecordSampleDataConstant.IS : TestRecordSampleDataConstant.NO;