mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	订单:
1、订单评价的接入
This commit is contained in:
		@ -35,5 +35,4 @@ public class AppTradeOrderItemCommentCreateReqVO {
 | 
			
		||||
    @Size(max = 9, message = "评论图片地址数组长度不能超过 9 张")
 | 
			
		||||
    private List<String> picUrls;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -13,6 +13,9 @@ public class AppTradeOrderItemRespVO {
 | 
			
		||||
    @Schema(description = "编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
 | 
			
		||||
    private Long id;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "订单编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
 | 
			
		||||
    private Long orderId;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "商品 SPU 编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
 | 
			
		||||
    private Long spuId;
 | 
			
		||||
    @Schema(description = "商品 SPU 名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道源码")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user