houshuai
2025-06-13 59e896ed4ea42f82057474227ea7ec78cb5a8be9
1
2
3
4
5
6
7
package org.jeecg.modules.eam.constant;
 
public enum OrderCreationMethodEnum {
    AUTO, //自动 系统生成
    MANUAL, //手动
    ;
}