mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
新增:机台获取数据源,新增数据源接口
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ import lombok.Getter;
|
||||
@Getter
|
||||
public enum OrderPackageStatusEnum {
|
||||
|
||||
UNPACKED(0,"未封包"),
|
||||
PACKAGED(1, "已封包");
|
||||
UNPACKED(0,"未封包/未打包"),
|
||||
PACKAGED(1, "已封包/已打包");
|
||||
private Integer status;
|
||||
private String description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user