mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-01 02:38:43 +08:00 
			
		
		
		
	trade:取消订单、确认收货,增加订单日志
This commit is contained in:
		| @@ -14,7 +14,9 @@ import lombok.RequiredArgsConstructor; | ||||
| public enum TradeOrderOperateTypeEnum { | ||||
|  | ||||
|     MEMBER_CREATE(1, "用户下单"), | ||||
|     MEMBER_RECEIVE(30, "用户已收货") | ||||
|     MEMBER_RECEIVE(30, "用户已收货"), | ||||
|     MEMBER_COMMENT(31, "用户评价"), | ||||
|     MEMBER_CANCEL(40, "取消订单"), | ||||
|     ; | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV