|
|
@ -15,7 +15,7 @@ import javax.persistence.Transient;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description :存储区
|
|
|
|
* @Description :物料线路关系表
|
|
|
|
* @Reference :
|
|
|
|
* @Reference :
|
|
|
|
* @Author : hansen.ke
|
|
|
|
* @Author : hansen.ke
|
|
|
|
* @CreateDate : 2018-11-06 11:50
|
|
|
|
* @CreateDate : 2018-11-06 11:50
|
|
|
@ -38,7 +38,7 @@ public class WmsPartRouting extends BaseBean {
|
|
|
|
@Column(name = "ROUTING_CODE")
|
|
|
|
@Column(name = "ROUTING_CODE")
|
|
|
|
@ApiParam(value = "线路编号")
|
|
|
|
@ApiParam(value = "线路编号")
|
|
|
|
private String routingCode;
|
|
|
|
private String routingCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsPartRouting(){}
|
|
|
|
public WmsPartRouting(){}
|
|
|
|
|
|
|
|
|
|
|
|