Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH
This commit is contained in:
+2
@@ -21,6 +21,7 @@ public enum CertificationInventoryFlowStatusEnum {
|
||||
* 结果待审查 责任人提交后认证工程师未审查
|
||||
* 审查通过 责任人提交后认证工程师审查通过
|
||||
* 审查退回 责任人提交后认证工程师审查退回
|
||||
* 不涉及 2023-04-12修改UAT需求增加,如果交付物类型为 N/A的话,会将流程状态更新为 不涉及。
|
||||
*/
|
||||
|
||||
LIST_TO_BE_RELEASED("清单待发布","List to be released","List to be released"),
|
||||
@@ -33,6 +34,7 @@ public enum CertificationInventoryFlowStatusEnum {
|
||||
RESULTS_TO_BE_REVIEWED("结果待审查","Results to be reviewed","Results to be reviewed"),
|
||||
REVIEW_AND_PASS("审查通过","Review and pass","Review and pass"),
|
||||
REVIEW_AND_RETURN("审查退回","Review and return","Review and return"),
|
||||
UNINVOLVED("不涉及","NA","NA"),
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user