|
|
|
@ -10,7 +10,11 @@ import org.hibernate.annotations.ColumnDefault;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description : 库存移动单条码信息
|
|
|
|
@ -167,6 +171,11 @@ public class WmsMoveSnSnapshot extends SnapshotBean {
|
|
|
|
|
@ApiParam("供应商编号")
|
|
|
|
|
private String vendorNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "LEFT_CODE")
|
|
|
|
|
@ApiParam(value = "生产批次")
|
|
|
|
|
private String leftCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("业务类型编码")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|