|
|
|
@ -7,11 +7,11 @@ import lombok.Data;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import org.springframework.data.annotation.Transient;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -44,8 +44,8 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
* MI=移库入库,MO=移库出库,SO=发运
|
|
|
|
|
*/
|
|
|
|
|
@Column(name = "BUSI_TYPE")
|
|
|
|
|
@ApiParam(value = "业务类型", example = "1")
|
|
|
|
|
public Integer busiType;
|
|
|
|
|
@ApiParam("业务类型")
|
|
|
|
|
public String busiType;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 状态:0=新建,10=处理中
|
|
|
|
|