mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
新增webcad生产单导入:OrderModelDO移除webcad无用属性
This commit is contained in:
-6
@@ -117,10 +117,4 @@ public class OrderModelDO extends ESDocument {
|
|||||||
private String remarkJson; // 普通备注(板材数据中)
|
private String remarkJson; // 普通备注(板材数据中)
|
||||||
@Schema(description = "特殊备注(板材数据中)")
|
@Schema(description = "特殊备注(板材数据中)")
|
||||||
private String specialRemark; // 特殊备注(板材数据中)
|
private String specialRemark; // 特殊备注(板材数据中)
|
||||||
|
|
||||||
@Schema(description = "webcad板材数据")
|
|
||||||
private String boardData;
|
|
||||||
|
|
||||||
@Schema(description = "webcad点阵数据")
|
|
||||||
private String pointInfo;
|
|
||||||
}
|
}
|
||||||
-6
@@ -121,10 +121,4 @@ public class OrderModelDO extends ESDocument {
|
|||||||
private String remarkJson; // 普通备注(板材数据中)
|
private String remarkJson; // 普通备注(板材数据中)
|
||||||
@Schema(description = "特殊备注(板材数据中)")
|
@Schema(description = "特殊备注(板材数据中)")
|
||||||
private String specialRemark; // 特殊备注(板材数据中)
|
private String specialRemark; // 特殊备注(板材数据中)
|
||||||
|
|
||||||
@Schema(description = "webcad板材数据")
|
|
||||||
private String boardData;
|
|
||||||
|
|
||||||
@Schema(description = "webcad点阵数据")
|
|
||||||
private String pointInfo;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user