订单:

1、简化交易订单的逻辑
This commit is contained in:
YunaiV 2023-08-18 19:59:30 +08:00
parent fe07e223e4
commit 61fbb9909a

View File

@ -52,6 +52,9 @@ public class AppTradeOrderItemRespVO {
// ========== 售后基本信息 ==========
@Schema(description = "售后编号", example = "1024")
private Long afterSaleId;
@Schema(description = "售后状态", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
private Integer afterSaleStatus;