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