lyh
6 天以前 4a5e8881171f2e89fcb0dde381b17750a85b924f
1
2
3
4
5
6
7
package org.jeecg.modules.eam.constant;
 
public enum OrderCreationMethodEnum {
    AUTO, //自动 系统生成
    MANUAL, //手动
    ;
}