mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-29 01:08:43 +08:00 
			
		
		
		
	mall + product:review 评论接口
This commit is contained in:
		| @@ -23,26 +23,24 @@ public class TradeOrderRespDTO { | ||||
|     private Long id; | ||||
|     /** | ||||
|      * 订单流水号 | ||||
|      * <p> | ||||
|      * | ||||
|      * 例如说,1146347329394184195 | ||||
|      */ | ||||
|     private String no; | ||||
|     /** | ||||
|      * 订单类型 | ||||
|      * <p> | ||||
|      * | ||||
|      * 枚举 {@link TradeOrderTypeEnum} | ||||
|      */ | ||||
|     private Integer type; | ||||
|     /** | ||||
|      * 订单来源 | ||||
|      * <p> | ||||
|      * | ||||
|      * 枚举 {@link TerminalEnum} | ||||
|      */ | ||||
|     private Integer terminal; | ||||
|     /** | ||||
|      * 用户编号 | ||||
|      * <p> | ||||
|      * 关联 MemberUserDO 的 id 编号 | ||||
|      */ | ||||
|     private Long userId; | ||||
|     /** | ||||
| @@ -55,7 +53,7 @@ public class TradeOrderRespDTO { | ||||
|     private String userRemark; | ||||
|     /** | ||||
|      * 订单状态 | ||||
|      * <p> | ||||
|      * | ||||
|      * 枚举 {@link TradeOrderStatusEnum} | ||||
|      */ | ||||
|     private Integer status; | ||||
| @@ -73,7 +71,7 @@ public class TradeOrderRespDTO { | ||||
|     private LocalDateTime cancelTime; | ||||
|     /** | ||||
|      * 取消类型 | ||||
|      * <p> | ||||
|      * | ||||
|      * 枚举 {@link TradeOrderCancelTypeEnum} | ||||
|      */ | ||||
|     private Integer cancelType; | ||||
| @@ -83,9 +81,6 @@ public class TradeOrderRespDTO { | ||||
|     private String remark; | ||||
|     /** | ||||
|      * 是否评价 | ||||
|      * <p> | ||||
|      * true - 已评价 | ||||
|      * false - 未评价 | ||||
|      */ | ||||
|     private Boolean commentStatus; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV