分堆打包details移除排孔、排版,补充正面背面侧面孔数量

This commit is contained in:
gaoqr
2026-04-16 09:28:26 +08:00
parent b27d144246
commit 9c3ee291ed
3 changed files with 31 additions and 12 deletions
@@ -94,6 +94,15 @@ public class PlateDetailsRespVO {
@ExcelProperty("排孔")
private Boolean rowHole;
@Schema(description = "正面孔数量")
private Integer frontHoleCount;
@Schema(description = "背面孔数量")
private Integer backHoleCount;
@Schema(description = "侧面孔数量")
private Integer sideHoleCount;
@Schema(description = "加工组")
@ExcelProperty("加工组")
private String processGroup;
@@ -138,11 +138,14 @@ public class PackageDetailsRespVO {
@Schema(description = "加工组-用于计算-不显示")
private List<Long> groupId;
@Schema(description = "排版面")
private String holeFace;
@Schema(description = "正面孔数量")
private Integer frontHoleCount;
@Schema(description = "排孔类型")
private String holeArrange;
@Schema(description = "背面孔数量")
private Integer backHoleCount;
@Schema(description = "侧面孔数量")
private Integer sideHoleCount;
@Schema(description = "开门类型")
private String openDoorType;
@@ -777,6 +777,9 @@
<result property="holeFace" column="holeFace"/>
<result property="holeArrange" column="holeArrange"/>
<result property="openDoorType" column="openDoorType"/>
<result property="frontHoleCount" column="frontHoleCount"/>
<result property="backHoleCount" column="backHoleCount"/>
<result property="sideHoleCount" column="sideHoleCount"/>
<result property="isSideSculpt" column="isSideSculpt"/>
<result property="is2v" column="is2v"/>
@@ -869,8 +872,9 @@
op.is_special_shaped AS specialShaped,
op.is_sculpt AS profiling,
op.is_row_hole AS rowHole,
op.hole_face AS holeFace,
op.hole_arrange AS holeArrange,
op.front_hole_count AS frontHoleCount,
op.back_hole_count AS backHoleCount,
op.side_hole_count AS sideHoleCount,
op.open_door_type AS openDoorType,
op.is_side_sculpt AS isSideSculpt,
op.is_2v AS is2v,
@@ -952,8 +956,9 @@
op.is_special_shaped AS specialShaped,
op.is_sculpt AS profiling,
op.is_row_hole AS rowHole,
op.hole_face AS holeFace,
op.hole_arrange AS holeArrange,
op.front_hole_count AS frontHoleCount,
op.back_hole_count AS backHoleCount,
op.side_hole_count AS sideHoleCount,
op.open_door_type AS openDoorType,
op.is_side_sculpt AS isSideSculpt,
op.is_2v AS is2v,
@@ -1035,8 +1040,9 @@
op.is_special_shaped AS specialShaped,
op.is_sculpt AS profiling,
op.is_row_hole AS rowHole,
op.hole_face AS holeFace,
op.hole_arrange AS holeArrange,
op.front_hole_count AS frontHoleCount,
op.back_hole_count AS backHoleCount,
op.side_hole_count AS sideHoleCount,
op.open_door_type AS openDoorType,
op.is_side_sculpt AS isSideSculpt,
op.is_2v AS is2v,
@@ -1223,8 +1229,9 @@
<result property="profiling" column="profiling"/>
<result property="rowHole" column="rowHole"/>
<result property="remark" column="remark"/>
<result property="holeFace" column="holeFace"/>
<result property="holeArrange" column="holeArrange"/>
<result property="frontHoleCount" column="frontHoleCount"/>
<result property="backHoleCount" column="backHoleCount"/>
<result property="sideHoleCount" column="sideHoleCount"/>
<result property="openDoorType" column="openDoorType"/>
<result property="isSideSculpt" column="isSideSculpt"/>