add: Order
This commit is contained in:
		| @ -0,0 +1,22 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace KonSoft.Admin.Enums | ||||
| { | ||||
|     public enum OrderStatus | ||||
|     { | ||||
|         PendingPayment,      // 待支付 | ||||
|         PaidWaitingAssign,   // 已支付待派单 | ||||
|         AssignedWaitingService, // 已派单待服务 | ||||
|         InService,           // 服务中 | ||||
|         WaitingConfirm,      // 待用户确认 | ||||
|         Completed,           // 已完成 | ||||
|         Canceled,            // 已取消 | ||||
|         Refunding,           // 退款中 | ||||
|         Refunded             // 已退款 | ||||
|  | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 于鹏
					于鹏