mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
订单:
1、简化交易订单的逻辑
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user