hyingbo
2025-07-17 e935889261ef38c8eaef31e54cbfc466d63d2ef4
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/constant/OrderCreationMethodEnum.java
@@ -2,6 +2,6 @@
public enum OrderCreationMethodEnum {
    AUTO, //自动 系统生成
    manual, //手动
    MANUAL, //手动
    ;
}