xiaoyi
3 天以前 abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1
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;