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