This commit is contained in:
wr
2024-12-27 16:47:39 +08:00
parent 1d8ceb15df
commit 39f890dd4c

View File

@@ -0,0 +1,23 @@
package com.njcn.gather.detection.pojo.vo;
import lombok.Data;
/**
* @author wr
* @description
* @date 2024/12/20 13:52
*/
@Data
public class DetectionData {
/**
* 是否是符合数据
*/
private Integer isData;
/**
* 是否是符合数据
*/
private Double data;
}