All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sinszm.sofa.enums.OrderStatus Maven / Gradle / Ivy

Go to download

高可用服务框架,业务订单基础功能操作组件 Copyright © 2021 智慧程序猿(sinsz.com) All rights reserved.

There is a newer version: 1.3.6
Show newest version
package com.sinszm.sofa.enums;

/**
 * 订单状态
 *
 * @author admin
 */
public enum OrderStatus {

    /**
     * 待支付
     */
    WAIT_PAY,

    /**
     * 进行中
     */
    UNDER_WAY,

    /**
     * 已完成
     */
    COMPLETED,

    /**
     * 取消
     */
    CANCEL

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy