wms成品部分代码修改26
parent
1af3940012
commit
b0c711c443
@ -0,0 +1,15 @@
|
|||||||
|
package com.op.wms.domain;
|
||||||
|
|
||||||
|
import com.op.common.core.web.domain.BaseEntity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 成品调拨单
|
||||||
|
*/
|
||||||
|
public class WmsAllocationOutEmbryo extends BaseEntity {
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ID
|
||||||
|
*/
|
||||||
|
private String id;
|
||||||
|
}
|
Loading…
Reference in New Issue