|
|
@ -11,11 +11,7 @@ import org.hibernate.annotations.ColumnDefault;
|
|
|
|
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;
|
|
|
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -117,6 +113,7 @@ public class WmsCSOrderDetails extends BaseBean {
|
|
|
|
public String vendorNo;
|
|
|
|
public String vendorNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "LOT_NO", nullable = false)
|
|
|
|
@Column(name = "LOT_NO", nullable = false)
|
|
|
|
|
|
|
|
@ColumnDefault("")
|
|
|
|
@ApiParam("收货批次")
|
|
|
|
@ApiParam("收货批次")
|
|
|
|
public String lotNo = "";
|
|
|
|
public String lotNo = "";
|
|
|
|
|
|
|
|
|
|
|
|