WMS_ERP库存移动表修改item的数据类型

yun-zuoyi
陈思洁 6 years ago
parent 7be287137a
commit fede09a5eb

@ -64,8 +64,8 @@ public class WmsMoveToERP extends BaseBean {
private String carNo;
@Column(name="ITEM")
@ApiParam(value = "行号", example = "0")
public Integer item;
@ApiParam(value = "行号")
public String item;
@Column(name="PART_NO")
@ApiParam("物料编码")

Loading…
Cancel
Save