lyh
2025-07-03 ed911867411f882a49e9949284e43dca97e149cc
1
2
3
4
5
6
7
package org.jeecg.modules.eam.constant;
 
public enum OrderCreationMethodEnum {
    AUTO, //自动 系统生成
    MANUAL, //手动
    ;
}