6 天以前 dce6e9cd95969b09e381431d8c2521fa802de2c2
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/process/vo/MesProProcessRespVO.java
@@ -25,6 +25,11 @@
    @Schema(description = "工序名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "下料工序")
    private String name;
    @ExcelProperty(value = "电力工艺分类", converter = DictConvert.class)
    @DictFormat(cn.iocoder.yudao.module.mes.enums.DictTypeConstants.MES_PRO_PROCESS_TYPE)
    @Schema(description = "电力工艺分类", example = "2")
    private Integer type;
    @ExcelProperty("工艺要求")
    @Schema(description = "工艺要求", example = "按照图纸尺寸进行切割")
    private String attention;