com.sinszm.sofa.enums.AftermarketStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of szm-sofa-boot-starter-order Show documentation
Show all versions of szm-sofa-boot-starter-order Show documentation
高可用服务框架,业务订单基础功能操作组件 Copyright © 2021 智慧程序猿(sinsz.com) All rights reserved.
package com.sinszm.sofa.enums;
/**
* 售后状态
*
* @author admin
*/
public enum AftermarketStatus {
/**
* 发起售后
*/
CREATE,
/**
* 售后中
*/
AFTER_SALES,
/**
* 已完成
*/
COMPLETED,
/**
* 取消
*/
CANCEL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy