【同步】BOOT 和 CLOUD 的功能(mes)
parent
e1b3589bff
commit
f57f0c551c
|
|
@ -71,7 +71,6 @@ public interface DictTypeConstants {
|
|||
// ========== 质量管理 (QC) ==========
|
||||
String MES_INDICATOR_TYPE = "mes_indicator_type"; // MES 检测项类型
|
||||
String MES_QC_RESULT_TYPE = "mes_qc_result_type"; // MES 质检结果值类型
|
||||
String MES_DEFECT_TYPE = "mes_defect_type"; // MES 缺陷检测项类型
|
||||
String MES_DEFECT_LEVEL = "mes_defect_level"; // MES 缺陷等级
|
||||
String MES_QC_TYPE = "mes_qc_type"; // MES 检测种类(IQC/IPQC/OQC/RQC)
|
||||
String MES_IPQC_TYPE = "mes_ipqc_type"; // MES IPQC 检验类型
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ public class MesQcDefectRespVO {
|
|||
|
||||
@Schema(description = "检测项类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
|
||||
@ExcelProperty(value = "检测项类型", converter = DictConvert.class)
|
||||
@DictFormat(DictTypeConstants.MES_DEFECT_TYPE)
|
||||
@DictFormat(DictTypeConstants.MES_INDICATOR_TYPE)
|
||||
private Integer type;
|
||||
|
||||
@Schema(description = "缺陷等级", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public class MesQcDefectDO extends BaseDO {
|
|||
/**
|
||||
* 检测项类型
|
||||
*
|
||||
* 字典类型 {@link cn.iocoder.yudao.module.mes.enums.DictTypeConstants#MES_DEFECT_TYPE}
|
||||
* 字典类型 {@link cn.iocoder.yudao.module.mes.enums.DictTypeConstants#MES_INDICATOR_TYPE}
|
||||
*/
|
||||
private Integer type;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue