新增检测详情参数组装接口

This commit is contained in:
wr
2025-03-31 10:06:48 +08:00
parent 7ba71562d8
commit 09972e0764
5 changed files with 78 additions and 2 deletions

View File

@@ -86,5 +86,10 @@ public class RawResultDataVO {
* 误差值
*/
private BigDecimal errorData;
/**
* 单位
*/
private String unit;
}
}