订单支持新增子订单和查询

This commit is contained in:
gaoqr
2026-04-03 17:47:34 +08:00
parent 73ee746c8e
commit a644dc95d0
9 changed files with 75 additions and 17 deletions
@@ -43,7 +43,7 @@ public class OrderDO extends BaseDO {
/**
* 父单号
*/
private Long parentNo;
private Long parentId;
/**
* 源订单号
*/