mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
+2
@@ -9,7 +9,9 @@ import lombok.Getter;
|
||||
public enum OrderPackageStatusEnum {
|
||||
|
||||
UNPACKED(0,"未封包/未打包"),
|
||||
PACKAGING(1, "封包中/打包中"),
|
||||
PACKAGED(1, "已封包/已打包");
|
||||
|
||||
private Integer status;
|
||||
private String description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user