|
|
@ -9,8 +9,6 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
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.ColumnDefault;
|
|
|
|
import org.hibernate.annotations.ColumnDefault;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
@ -18,6 +16,8 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -212,6 +212,10 @@ public class WmsDocFgDetail extends BaseBean {
|
|
|
|
@ApiParam(value = "接收时间")
|
|
|
|
@ApiParam(value = "接收时间")
|
|
|
|
private String rcTime;
|
|
|
|
private String rcTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "SERIAL_NUMBER")
|
|
|
|
|
|
|
|
@ApiParam(value = "产品条码")
|
|
|
|
|
|
|
|
private String serialNumber;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|