订单绑定相关
This commit is contained in:
@@ -294,4 +294,9 @@ public class OrderDTO {
|
||||
*/
|
||||
@Schema(description = "订单明细")
|
||||
private List<OrdDtlDTO> OrdDtlDTOS;
|
||||
/**
|
||||
* 关联订单ID
|
||||
*/
|
||||
@Schema(description = "关联订单ID")
|
||||
private Long relatedOrderId; // 关联订单ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user