出口仓单型号规格

This commit is contained in:
zhaoqing
2026-06-04 18:38:32 +08:00
parent 661a17a44e
commit 8a5841d13b
2 changed files with 0 additions and 5 deletions
@@ -235,10 +235,6 @@ public class PickingMaterialDetailPO extends BaseVOEntity {
@Excel(name = "箱号/卡板号")
private String boxPalletNo;
@ApiModelProperty("规格型号")
@Excel(name = "规格型号")
private String specificationModel;
@ApiModelProperty("扩展字段1")
@Excel(name = "扩展字段1")
private String extAttr1;
@@ -84,7 +84,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.COPY_CODE_REFERENCE_IDS,
a.picked_copy_code_reference_ids,
omd.in_order_number, omd.lot_no as lot_number,
omd.SPECIFICATION_MODEL,
a.lot_No,a.in_order_number
</sql>