缺少参数增加

This commit is contained in:
liuzhaotian
2025-04-17 16:19:50 +08:00
parent d2d891a289
commit 7c7e56ad33
2 changed files with 9 additions and 0 deletions
@@ -141,6 +141,8 @@ public class RemainBoardInfo {
private Integer boardId;
private Integer placeId;
private BigDecimal placeX;
private BigDecimal placeY;
@@ -64,4 +64,11 @@ public class PlateResList {
private String brand;
@Schema(description = "备注")
private String remark;
@Schema(description = "大板号")
private Integer boardId;
@Schema(description = "开料序")
private Integer placeId;
}