1
5 天以前 ee536f9aedaf642d64ba2681778fd4e74731d00c
rsf-server/src/main/java/com/vincent/rsf/server/common/enums/WarehouseAreaType.java
@@ -10,7 +10,8 @@
public enum WarehouseAreaType {
    //订单类型
    WAREHOUSE_AREA_RECEIPT("receipt", "收货区"),
    WAREHOUSE_AREA_COLLECTION("collection", "集货区"),
    WAREHOUSE_AREA_COLLECTION("collection", "存储区"),
    WAREHOUSE_AREA_CACHE("cache", "缓存区"),
    WAREHOUSE_AREA_DELIVERY("delivery", "发货区"),
    ;