|
|
@ -4,14 +4,14 @@ import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -59,4 +59,11 @@ public class WmsPrintingQueue extends BaseBean{
|
|
|
|
@Column(name="VENDOR_NO")
|
|
|
|
@Column(name="VENDOR_NO")
|
|
|
|
@ApiParam("供应商编码")
|
|
|
|
@ApiParam("供应商编码")
|
|
|
|
private String vendorNo;
|
|
|
|
private String vendorNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsPrintingQueue() {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsPrintingQueue(Long id) {
|
|
|
|
|
|
|
|
this.id = id;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|