package com.os.common.constant; /** * MES通用常量信息 * * @author ruoyi */ public class MesConstants { /** * 工序编号-出布 */ public static final String MES_PROCESS_OUT_CLOTH = "1010"; /** * 工序编号-成型 */ public static final String MES_PROCESS_FORMING = "1011"; /** * 工序编号-包胶 */ public static final String MES_PROCESS_LAGGING = "1012"; /** * 工序编号-硫化 */ public static final String MES_PROCESS_VULCANIZATION = "1020"; /** * 工序编号-270收片 */ public static final String MES_PROCESS_270_FILM = "1030"; }