医生App端医生拒接专家咨询订单接口开发

This commit is contained in:
纪寒 2023-10-19 17:22:10 +08:00
parent d7165b3fba
commit 7fcf37c42f

View File

@ -60,6 +60,11 @@ public enum GooodsOrderStatusEnum {
* 已评价
*/
EVALUATED("EVALUATED"),
/**
* 已完成
*/
COMPLETED("COMPLETED"),
;
final private String info;