PC移位新增库存查询修改
This commit is contained in:
+3
@@ -102,6 +102,9 @@ public class MaterialInventoryDO extends MaterialBaseDO {
|
||||
@Excel(name = "容器编码")
|
||||
private String containerCode;
|
||||
|
||||
@ApiModelProperty("容器号或批次号(PDA单输入框模糊查询,优先于 batchNumber/containerCode 单独传参)")
|
||||
private String containerOrBatch;
|
||||
|
||||
@ApiModelProperty("容器类型 数据字典")
|
||||
@Excel(name = "容器类型 数据字典")
|
||||
private String containerType;
|
||||
|
||||
+3
@@ -98,6 +98,9 @@ public class MaterialInventoryDTO extends MaterialBaseDTO {
|
||||
@Excel(name = "容器编码")
|
||||
private String containerCode;
|
||||
|
||||
@ApiModelProperty("容器号或批次号(PDA单输入框模糊查询,优先于 batchNumber/containerCode 单独传参)")
|
||||
private String containerOrBatch;
|
||||
|
||||
@ApiModelProperty("容器类型 数据字典")
|
||||
@Excel(name = "容器类型 数据字典")
|
||||
private String containerType;
|
||||
|
||||
Reference in New Issue
Block a user