package com.zy.core.enums; public enum ConveyorStateType { OUTBOUND, FAKEWMS, INBOUND, FAKETASK, CLEARSIGNAL, SENDTASK; ConveyorStateType() { } }