mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
排单小板分页接口补充goodsId
This commit is contained in:
+3
@@ -28,6 +28,9 @@ public class OrderViewPlatePageRespVO {
|
||||
@Schema(description = "订单id")
|
||||
private Long orderId;
|
||||
|
||||
@Schema(description = "大板id")
|
||||
private Long goodsId;
|
||||
|
||||
@Schema(description = "板件编号")
|
||||
private String plateNo;
|
||||
|
||||
|
||||
+5
@@ -22,6 +22,11 @@ public class OrdersViewPlatesPageDO {
|
||||
*/
|
||||
private Long orderId;
|
||||
|
||||
/**
|
||||
* 大板id
|
||||
*/
|
||||
private Long goodsId;
|
||||
|
||||
/**
|
||||
* 板编号
|
||||
*/
|
||||
|
||||
+1
@@ -1591,6 +1591,7 @@
|
||||
SELECT
|
||||
p.id,
|
||||
p.order_id,
|
||||
p.goods_id,
|
||||
p.plate_no,
|
||||
p.name,
|
||||
p.width,
|
||||
|
||||
Reference in New Issue
Block a user