Merge remote-tracking branch 'origin/master'
commit
2165d42d93
@ -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