排单小板分页接口补充goodsId

This commit is contained in:
gaoqr
2026-06-03 18:09:13 +08:00
parent 16b1e8e326
commit 41ecfc56de
3 changed files with 9 additions and 0 deletions
@@ -28,6 +28,9 @@ public class OrderViewPlatePageRespVO {
@Schema(description = "订单id")
private Long orderId;
@Schema(description = "大板id")
private Long goodsId;
@Schema(description = "板件编号")
private String plateNo;
@@ -22,6 +22,11 @@ public class OrdersViewPlatesPageDO {
*/
private Long orderId;
/**
* 大板id
*/
private Long goodsId;
/**
* 板编号
*/
@@ -1591,6 +1591,7 @@
SELECT
p.id,
p.order_id,
p.goods_id,
p.plate_no,
p.name,
p.width,