|
|
@ -1,18 +1,13 @@
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean.snapshot.erp;
|
|
|
|
package cn.estsh.i3plus.pojo.wms.bean.snapshot.erp;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.wms.bean.snapshot.SnapshotBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.*;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
import javax.persistence.Index;
|
|
|
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description : ERP 库存结余快照
|
|
|
|
* @Description : ERP 库存结余快照
|
|
|
@ -33,7 +28,7 @@ import javax.persistence.Table;
|
|
|
|
@Index(columnList = "ORGANIZE_CODE"),
|
|
|
|
@Index(columnList = "ORGANIZE_CODE"),
|
|
|
|
@Index(columnList = "SNAPSHOT_TIME")
|
|
|
|
@Index(columnList = "SNAPSHOT_TIME")
|
|
|
|
})
|
|
|
|
})
|
|
|
|
public class WmsErpStockQuanSnapshot extends SnapshotBean {
|
|
|
|
public class WmsErpStockQuanSnapshot extends BaseBean {
|
|
|
|
private static final long serialVersionUID = -4095444692227226944L;
|
|
|
|
private static final long serialVersionUID = -4095444692227226944L;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="SNAPSHOT_TIME")
|
|
|
|
@Column(name="SNAPSHOT_TIME")
|
|
|
|