|
|
@ -6,14 +6,18 @@ import cn.estsh.i3plus.pojo.base.enumutil.WmsEnumUtil;
|
|
|
|
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.ColumnDefault;
|
|
|
|
import org.hibernate.annotations.ColumnDefault;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
import javax.persistence.Index;
|
|
|
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description : 移库单条码表
|
|
|
|
* @Description : 移库单条码表
|
|
|
@ -96,6 +100,9 @@ public class WmsDocMovementSn extends BaseBean {
|
|
|
|
@ApiParam(value = "目标库位代码")
|
|
|
|
@ApiParam(value = "目标库位代码")
|
|
|
|
public String destLocateNo;
|
|
|
|
public String destLocateNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PACKAGE_NO")
|
|
|
|
|
|
|
|
@ApiParam(value = "包装编号")
|
|
|
|
|
|
|
|
private String packageNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|