订单:
1、简化交易订单的逻辑
This commit is contained in:
parent
fe07e223e4
commit
61fbb9909a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user