Helius
2021-06-28 3cdddd8bb0a0b2cef27d44629647666579655877
gc-core/src/main/java/com/xzx/gc/entity/JhyOrder.java
@@ -36,10 +36,13 @@
    private String weight;
    /**
     * 订单状态 状态 1-待接单2-服务中3-已收款4-待入库5-已完成6-已取消
     * 订单状态 状态 1-待接单2-已接单3-已完成(用户)/待入库(集物员)4-已完成5-已取消
     */
    private Integer status;
    public static final Integer ORDER_STATUS_WAITING = 1;
    public static final Integer ORDER_STATUS_IMG = 2;
    public static final Integer ORDER_STATUS_CONFIRM = 3;
    public static final Integer ORDER_STATUS_CANCEL = 5;
    /**
     * 评论