This commit is contained in:
2026-06-16 17:02:31 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ public class WmsInspectionDetail extends BaseEntity {
/**
* 检验结果值
*/
private BigDecimal itemValue;
private String itemValue;
/**
* 单位(如%、mgKOH/g、us/cm等
*/

View File

@@ -36,7 +36,7 @@ public class WmsInspectionDetailBo extends BaseEntity {
/**
* 检验结果值
*/
private BigDecimal itemValue;
private String itemValue;
/**
* 单位(如%、mgKOH/g、us/cm等

View File

@@ -44,7 +44,7 @@ public class WmsInspectionDetailVo {
* 检验结果值
*/
@ExcelProperty(value = "检验结果值")
private BigDecimal itemValue;
private String itemValue;
/**
* 单位(如%、mgKOH/g、us/cm等