feat:qms阶段性提交

This commit is contained in:
FCL
2026-01-09 11:26:52 +08:00
parent 10716a0ec5
commit 7e7295cb74
38 changed files with 865 additions and 349 deletions

View File

@@ -0,0 +1,10 @@
package com.zt.plat.module.qms.enums;
public interface QmsSupplierConstant {
String OPERATING_ITEMS_KEY = "operatingItems";
// 供应商属性资质key
String CERTIFICATION_KEY = "certification";
// 评价流程key
String EVALUATION_FLOW_KEY= "OFFICE_SUPPLIER_EVALUATION";
}