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
@@ -59,6 +59,8 @@ public class PlateDetailRespVO {
|
||||
@Schema(description = "板颜色", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private String color;
|
||||
|
||||
@Schema(description = "品牌", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private String brand;
|
||||
|
||||
@Schema(description = "板材质", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private String material;
|
||||
|
||||
+2
-1
@@ -352,6 +352,7 @@
|
||||
<result property="width" column="width"/>
|
||||
<result property="color" column="color"/>
|
||||
<result property="material" column="material"/>
|
||||
<result property="brand" column="brand"/>
|
||||
<result property="thickness" column="thickness"/>
|
||||
<result property="splitWidth" column="splitWidth"/>
|
||||
<result property="splitHeight" column="splitHeight"/>
|
||||
@@ -419,7 +420,7 @@
|
||||
ob.room_name as roomName,
|
||||
ogs.goods_id as plateGoodsId,
|
||||
ogs.goods_name as goodsName,
|
||||
|
||||
ogs.brand as brand,
|
||||
ogs.color as color,
|
||||
ogs.material as material,
|
||||
op.id as plateId,
|
||||
|
||||
+2
-1
@@ -31,6 +31,7 @@
|
||||
<result property="name" column="name"/>
|
||||
<result property="color" column="color"/>
|
||||
<result property="material" column="material"/>
|
||||
<result property="brand" column="brand"/>
|
||||
<result property="height" column="height"/>
|
||||
<result property="width" column="width"/>
|
||||
<result property="thickness" column="thickness"/>
|
||||
@@ -391,7 +392,7 @@
|
||||
ob.room_name as roomName,
|
||||
ogs.goods_id as plateGoodsId,
|
||||
ogs.goods_name as goodsName,
|
||||
|
||||
ogs.brand as brand,
|
||||
ogs.color as color,
|
||||
ogs.material as material,
|
||||
op.id as plateId,
|
||||
|
||||
Reference in New Issue
Block a user