mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
获得生产单数据源参数修改
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ public class OptimizePlateDetialRespVO {
|
|||||||
@Schema(description = "颜色", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "颜色", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private String color;
|
private String color;
|
||||||
|
|
||||||
@Schema(description = "纹路", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "纹路类型,0 正纹 1 可翻转 2 反纹", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private Boolean texture;
|
private Integer texture;
|
||||||
|
|
||||||
@Schema(description = "厚度", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "厚度", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private Double thickness;
|
private Double thickness;
|
||||||
|
|||||||
+10
@@ -47,6 +47,16 @@ public class PlateDetialRespVO {
|
|||||||
@Schema(description = "板厚", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "板厚", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private Double thickness;
|
private Double thickness;
|
||||||
|
|
||||||
|
@Schema(description = "拆单宽度", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
|
private BigDecimal splitWidth;
|
||||||
|
|
||||||
|
@Schema(description = "拆单高度", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
|
private BigDecimal splitHeight;
|
||||||
|
|
||||||
|
@Schema(description = "拆单厚度", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
|
private BigDecimal splitThickness;
|
||||||
|
|
||||||
|
|
||||||
@Schema(description = "是否异性-是否弧形地脚,不处理异形", requiredMode = Schema.RequiredMode.REQUIRED)
|
@Schema(description = "是否异性-是否弧形地脚,不处理异形", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private Boolean isSpecialShaped;
|
private Boolean isSpecialShaped;
|
||||||
|
|
||||||
|
|||||||
+2
-4
@@ -192,8 +192,7 @@
|
|||||||
|
|
||||||
select count(distinct og.id) as boardNum,
|
select count(distinct og.id) as boardNum,
|
||||||
count(distinct op.id) as plateNum,
|
count(distinct op.id) as plateNum,
|
||||||
(case
|
op.texture as texture,
|
||||||
when p.texture = null then false else true end ) as texture,
|
|
||||||
og.goods_name as plateName,
|
og.goods_name as plateName,
|
||||||
og.material as material,
|
og.material as material,
|
||||||
og.color as color,
|
og.color as color,
|
||||||
@@ -216,8 +215,7 @@
|
|||||||
|
|
||||||
select count(distinct og.id) as boardNum,
|
select count(distinct og.id) as boardNum,
|
||||||
count(distinct op.id) as plateNum,
|
count(distinct op.id) as plateNum,
|
||||||
(case
|
op.texture as texture,
|
||||||
when p.texture = null then false else true end ) as texture,
|
|
||||||
og.goods_name as plateName,
|
og.goods_name as plateName,
|
||||||
og.material as material,
|
og.material as material,
|
||||||
og.color as color,
|
og.color as color,
|
||||||
|
|||||||
Reference in New Issue
Block a user