【VDA生产领料】 FIFO推荐组件

yun-zuoyi
曾贞一 6 years ago
parent 37f7e92d53
commit 6a9924eda6

@ -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(){}

@ -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
@ -82,7 +82,7 @@ public class WmsRoutingRule extends BaseBean {
@Column(name = "ROUTING_CODE") @Column(name = "ROUTING_CODE")
@ApiParam(value = "线路代码") @ApiParam(value = "线路代码")
private String routingCode; private String routingCode;
public WmsRoutingRule(){} public WmsRoutingRule(){}
} }

Loading…
Cancel
Save