|
|
|
@ -6,16 +6,11 @@ import cn.estsh.i3plus.pojo.wms.dto.WmsTmsShipModel;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -137,6 +132,11 @@ public class WmsTmsShippingExt extends BaseBean {
|
|
|
|
|
@ApiParam("调拨单录入字段")
|
|
|
|
|
private String defectiveAllocation;
|
|
|
|
|
|
|
|
|
|
//关联单号
|
|
|
|
|
@Column(name="ORDER_NO")
|
|
|
|
|
@ApiParam("关联单号")
|
|
|
|
|
private String orderNo;
|
|
|
|
|
|
|
|
|
|
// @Transient
|
|
|
|
|
// @ApiParam("打印模板列表")
|
|
|
|
|
// private String defectiveAllocation;
|
|
|
|
|