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