xiaoyong931011
2021-06-24 bcd981811a00c3e7d4ef44582e705f63d5966817
gc-core/src/main/java/com/xzx/gc/entity/ScoreOrder.java
@@ -19,6 +19,8 @@
    private String userId;
    private String voucherImg;
    private Integer cnt;
    private BigDecimal totalPrice;
@@ -27,6 +29,10 @@
     * 2-待收货3-已完成4-已取消
     */
    private Integer status;
    public  static final Integer STATUS_READY = 1;
    public  static final Integer STATUS_ING = 2;
    public  static final Integer STATUS_DONE = 3;
    public  static final Integer STATUS_CANCEL = 4;
    private String remark;
}