Merge branch '0.8.X' of http://49.232.154.205:10100/DeXun/klp-oa into 0.8.X
This commit is contained in:
@@ -36,7 +36,7 @@ public class WmsInspectionDetail extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 检验结果值
|
* 检验结果值
|
||||||
*/
|
*/
|
||||||
private BigDecimal itemValue;
|
private String itemValue;
|
||||||
/**
|
/**
|
||||||
* 单位(如%、mgKOH/g、us/cm等)
|
* 单位(如%、mgKOH/g、us/cm等)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ public class WmsInspectionDetailBo extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 检验结果值
|
* 检验结果值
|
||||||
*/
|
*/
|
||||||
private BigDecimal itemValue;
|
private String itemValue;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单位(如%、mgKOH/g、us/cm等)
|
* 单位(如%、mgKOH/g、us/cm等)
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ public class WmsInspectionDetailVo {
|
|||||||
* 检验结果值
|
* 检验结果值
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "检验结果值")
|
@ExcelProperty(value = "检验结果值")
|
||||||
private BigDecimal itemValue;
|
private String itemValue;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单位(如%、mgKOH/g、us/cm等)
|
* 单位(如%、mgKOH/g、us/cm等)
|
||||||
|
|||||||
Reference in New Issue
Block a user