mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
造型和排孔字段修正
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
+1
-1
@@ -266,7 +266,7 @@ public class PlateDetailDO {
|
||||
/**
|
||||
* 是否有孔
|
||||
*/
|
||||
private Boolean hasHole;
|
||||
private Boolean isRowHole;
|
||||
|
||||
/**
|
||||
* 是否造型
|
||||
|
||||
+2
-2
@@ -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,
|
||||
|
||||
+11
-12
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user