xiaoyong931011
2022-06-27 f03a1d7b68997648b15cc6122ce68da9a2e4f672
src/main/java/cc/mrbird/febs/mall/entity/MallOrderInfo.java
@@ -80,4 +80,11 @@
    private Integer orderType;
    private BigDecimal carriage;
    private Integer commentState;
    /**
     * 评价状态 1:待评价 2:已评价
     */
    public static final Integer COMMENT_STATE_NO = 1;
    public static final Integer COMMENT_STATE_YES = 2;
}