造型和排孔字段修正

This commit is contained in:
gaoqr
2026-06-12 18:21:38 +08:00
parent a4dbb5c046
commit 2ec01b26bc
6 changed files with 19 additions and 20 deletions
@@ -88,11 +88,11 @@ public class PlateDetailsRespVO {
@Schema(description = "正反面造型")
@ExcelProperty("正反面造型")
private Boolean profiling;
private Boolean isSculpt;
@Schema(description = "排孔")
@ExcelProperty("排孔")
private Boolean rowHole;
private Boolean isRowHole;
@Schema(description = "正面孔数量")
private Integer frontHoleCount;
@@ -62,10 +62,10 @@ public class PackageDetailsRespVO {
private Boolean specialShaped;
@Schema(description = "是否造型")
private Boolean profiling;
private Boolean isSculpt;
@Schema(description = "是否有孔")
private Boolean rowHole;
private Boolean isRowHole;
@Schema(description = "加工组")
private String processGroup;
@@ -196,7 +196,7 @@ public class PlateDetailRespVO {
@Schema(description = "是否有孔", requiredMode = Schema.RequiredMode.REQUIRED)
private Boolean hasHole;
private Boolean isRowHole;
@Schema(description = "是否造型", requiredMode = Schema.RequiredMode.REQUIRED)
@@ -266,7 +266,7 @@ public class PlateDetailDO {
/**
* 是否有孔
*/
private Boolean hasHole;
private Boolean isRowHole;
/**
* 是否造型
@@ -422,7 +422,7 @@
<result property="isCancel" column="isCancel"/>
<result property="type" column="type"/>
<result property="openDoorType" column="openDoorType"/>
<result property="hasHole" column="hasHole"/>
<result property="isRowHole" column="isRowHole"/>
<result property="bodyId" column="bodyId"/>
<result property="goodsName" column="goodsName"/>
@@ -474,7 +474,7 @@
op.offset_y as offsetY,
op.is_special_shaped as isSpecialShaped,
op.is_sculpt as isSculpt,
op.is_row_hole as hasHole,
op.is_row_hole as isRowHole,
op.remark as remark,
op.model_data as modelData,
oi.body_id as bodyId,
@@ -64,14 +64,13 @@
<result property="isCancel" column="isCancel"/>
<result property="type" column="type"/>
<result property="openDoorType" column="openDoorType"/>
<result property="hasHole" column="hasHole"/>
<result property="isRowHole" column="isRowHole"/>
<result property="bodyId" column="bodyId"/>
<result property="goodsName" column="goodsName"/>
<result property="roomId" column="roomId"/>
<result property="bodyName" column="bodyName"/>
<result property="roomName" column="roomName"/>
<result property="hasHole" column="hasHole"/>
<result property="isSideSculpt" column="isSideSculpt"/>
<result property="is2v" column="is2v"/>
@@ -472,7 +471,7 @@
(op.unregular_point_count > 0 ) AS isSpecialShaped,
op.is_sculpt as isSculpt,
op.is_side_sculpt AS sideModel,
op.is_row_hole as hasHole,
op.is_row_hole as isRowHole,
op.remark as remark,
op.model_data as modelData,
op.is_2v as is2v,
@@ -583,7 +582,7 @@
op.offset_y as offsetY,
(op.unregular_point_count > 0 ) AS isSpecialShaped,
op.is_sculpt as isSculpt,
op.is_row_hole as hasHole,
op.is_row_hole as isRowHole,
op.remark as remark,
op.model_data as modelData,
op.is_2v as is2v,
@@ -1041,8 +1040,8 @@
<result property="area" column="plateArea"/>
<result property="texture" column="texture"/>
<result property="specialShaped" column="specialShaped"/>
<result property="profiling" column="profiling"/>
<result property="rowHole" column="rowHole"/>
<result property="isSculpt" column="isSculpt"/>
<result property="isRowHole" column="isRowHole"/>
<result property="remark" column="remark"/>
<result property="holeFace" column="holeFace"/>
<result property="holeArrange" column="holeArrange"/>
@@ -1144,8 +1143,8 @@
op.remark,
op.is_special_shaped AS specialShaped,
op.is_sculpt AS profiling,
op.is_row_hole AS rowHole,
op.is_sculpt AS isSculpt,
op.is_row_hole AS isRowHole,
op.front_hole_count AS frontHoleCount,
op.back_hole_count AS backHoleCount,
op.side_hole_count AS sideHoleCount,
@@ -1235,8 +1234,8 @@
op.remark,
op.is_special_shaped AS specialShaped,
op.is_sculpt AS profiling,
op.is_row_hole AS rowHole,
op.is_sculpt AS isSculpt,
op.is_row_hole AS isRowHole,
op.front_hole_count AS frontHoleCount,
op.back_hole_count AS backHoleCount,
op.side_hole_count AS sideHoleCount,
@@ -1696,8 +1695,8 @@
<result property="area" column="plateArea"/>
<result property="texture" column="texture"/>
<result property="specialShaped" column="specialShaped"/>
<result property="profiling" column="profiling"/>
<result property="rowHole" column="rowHole"/>
<result property="isSculpt" column="isSculpt"/>
<result property="isRowHole" column="rowHole"/>
<result property="remark" column="remark"/>
<result property="frontHoleCount" column="frontHoleCount"/>
<result property="backHoleCount" column="backHoleCount"/>