OrderFlowEnum.java 231 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 package com.dituhui.pea.enums; /** * 订单流程枚举类 */ public enum OrderFlowEnum { // 指派状态: INIT-待指派/PRE-预指派/CONFIRM-确认指派(通知BEAN)/CANCELED-已取消 INIT, PRE, CONFIRM,CANCELED }