|
|
|
@ -1,11 +1,10 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.wms.modelbean;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.common.Pager;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description : 零件自动采购单信息
|
|
|
|
|
* @Reference :
|
|
|
|
@ -14,9 +13,8 @@ import javax.persistence.Entity;
|
|
|
|
|
* @Modify:
|
|
|
|
|
**/
|
|
|
|
|
@Data
|
|
|
|
|
@Entity
|
|
|
|
|
@Api("收货追踪地图信息")
|
|
|
|
|
public class WmsAutoPurchasePartModel {
|
|
|
|
|
@Api("零件自动采购单信息")
|
|
|
|
|
public class WmsAutoPurchasePartModel extends Pager {
|
|
|
|
|
@ApiParam("合同号")
|
|
|
|
|
private String orderNo;
|
|
|
|
|
|
|
|
|
|