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

com.sinszm.sofa.enums.AftermarketStatus 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 AftermarketStatus {

    /**
     * 发起售后
     */
    CREATE,

    /**
     * 售后中
     */
    AFTER_SALES,

    /**
     * 已完成
     */
    COMPLETED,

    /**
     * 取消
     */
    CANCEL

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy