|
|
|
@ -11,7 +11,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 : 移库单条码表
|
|
|
|
@ -78,6 +82,10 @@ public class WmsDocMovementSn extends BaseBean {
|
|
|
|
|
@ApiParam(value = "供应商编码")
|
|
|
|
|
public String vendorNo;
|
|
|
|
|
|
|
|
|
|
@Column(name = "WORK_ORDER_CODE")
|
|
|
|
|
@ApiParam(value = "工单码")
|
|
|
|
|
private String workOrderCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SN_TYPE")
|
|
|
|
|
@ApiParam(value = "条码类型")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.WMS_STOCK_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|