|
|
@ -11,7 +11,12 @@ 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.Table;
|
|
|
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
import javax.persistence.Version;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description : 库存移动单条码信息
|
|
|
|
* @Description : 库存移动单条码信息
|
|
|
@ -163,6 +168,10 @@ public class WmsMoveSn extends BaseBean {
|
|
|
|
@ApiParam("供应商编号")
|
|
|
|
@ApiParam("供应商编号")
|
|
|
|
private String vendorNo;
|
|
|
|
private String vendorNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "SRC_SN")
|
|
|
|
|
|
|
|
@ApiParam("原条码")
|
|
|
|
|
|
|
|
public String srcSn;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam("业务类型编码")
|
|
|
|
@ApiParam("业务类型编码")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|