误差体系新增ValueType、errorUnit字段,并修改相关接口
This commit is contained in:
@@ -58,4 +58,10 @@ public class PqErrSysDtlsParam {
|
|||||||
@NotNull(message = DetectionValidMessage.SORT_NOT_NULL)
|
@NotNull(message = DetectionValidMessage.SORT_NOT_NULL)
|
||||||
private Integer sort;
|
private Integer sort;
|
||||||
|
|
||||||
|
@ApiModelProperty("1绝对值、2相对值")
|
||||||
|
private Integer valueType;
|
||||||
|
|
||||||
|
@ApiModelProperty("误差单位")
|
||||||
|
private String errorUnit;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,5 +86,14 @@ public class PqErrSysDtls implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Integer sort;
|
private Integer sort;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1绝对值、2相对值
|
||||||
|
*/
|
||||||
|
private Integer valueType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 误差单位
|
||||||
|
*/
|
||||||
|
private String errorUnit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user