|
|
@ -1,4 +1,4 @@
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean.iotio;
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
@ -49,4 +49,8 @@ public class SwebProcurementPlanOrder extends BaseBean {
|
|
|
|
@ApiParam(value = "物料名称")
|
|
|
|
@ApiParam(value = "物料名称")
|
|
|
|
private String partName;
|
|
|
|
private String partName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "CONSIGNMENT")
|
|
|
|
|
|
|
|
@ApiParam(value = "是否寄售")
|
|
|
|
|
|
|
|
private Integer consignment;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|