|
|
|
@ -12,6 +12,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description :移库单明细实体(用于转储类业务)
|
|
|
|
@ -138,4 +139,12 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
@Column(name = "DEST_AREA_NO")
|
|
|
|
|
@ApiParam("目的库存地代码")
|
|
|
|
|
public String destAreaNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("推荐批次")
|
|
|
|
|
private String recommondLot;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("推荐库位")
|
|
|
|
|
private String recommondLocateNo;
|
|
|
|
|
}
|
|
|
|
|