|
|
|
@ -14,12 +14,7 @@ import org.hibernate.annotations.ColumnDefault;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Index;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import javax.persistence.Version;
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description :移库单明细实体(用于转储类业务)
|
|
|
|
@ -39,6 +34,9 @@ import javax.persistence.Version;
|
|
|
|
|
@Index(columnList = "SRC_NO"),
|
|
|
|
|
@Index(columnList = "ORGANIZE_CODE")
|
|
|
|
|
})
|
|
|
|
|
@Inheritance(
|
|
|
|
|
strategy = InheritanceType.JOINED
|
|
|
|
|
)
|
|
|
|
|
@Api("移库单明细表")
|
|
|
|
|
public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
private static final long serialVersionUID = -4800308354250386102L;
|
|
|
|
|