package org.jeecg.modules.eam.constant; public enum OrderCreationMethodEnum { AUTO, //自动 系统生成 MANUAL, //手动 ; }