班组商检报告

This commit is contained in:
2026-03-13 15:52:48 +08:00
parent 3fe4368246
commit 9d43ce6a62
50 changed files with 2788 additions and 34 deletions

View File

@@ -206,6 +206,14 @@ public interface QmsCommonConstant {
/** 数据回报状态 未回报 **/
String UNRETURNED = "unreturned";
/** 委检登记附件类型:委检登记上传 **/
String ENTRUST_ATTACHMENT_CATEGORY_REGISTRATION = "entrust_registration_upload";
/** 委检登记附件类型:原始记录 **/
String ENTRUST_ATTACHMENT_CATEGORY_ASSAY_TASK = "entrust_assay_task_upload";
/** 委检登记附件类型:商检部门分析报告 **/
String ENTRUST_ATTACHMENT_CATEGORY_DEPT_DOC = "entrust_dept_doc_upload";
/** 自动 **/
String AUTOMATIC = "automatic";