20250326 更新
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user