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