超差判定等再修改
This commit is contained in:
@@ -187,6 +187,15 @@ public interface QmsCommonConstant {
|
||||
|
||||
/** 结果判定-已上报 */
|
||||
String ASMT_REPORTED = "reported";
|
||||
|
||||
/** 超差判断类型:内控 **/
|
||||
String ASMT_TYPE_INTERNAL_CONTROL = "internalControl";
|
||||
|
||||
/** 超差判断类型:重复性 **/
|
||||
String ASMT_TYPE_REPETITIVENESS = "repetitiveness";
|
||||
|
||||
/** 超差判断类型:再现性 **/
|
||||
String ASMT_TYPE_REPRODUCIBILITY = "reproducibility";
|
||||
|
||||
/** 检验完成状态-完成 **/
|
||||
String CHECKED = "checked";
|
||||
|
||||
Reference in New Issue
Block a user