|
|
@ -26,10 +26,6 @@ import java.util.List;
|
|
|
|
@javax.persistence.Inheritance(strategy= InheritanceType.TABLE_PER_CLASS)
|
|
|
|
@javax.persistence.Inheritance(strategy= InheritanceType.TABLE_PER_CLASS)
|
|
|
|
@JsonInclude(value = JsonInclude.Include.NON_EMPTY)
|
|
|
|
@JsonInclude(value = JsonInclude.Include.NON_EMPTY)
|
|
|
|
@Api("单据明细Model")
|
|
|
|
@Api("单据明细Model")
|
|
|
|
@Entity
|
|
|
|
|
|
|
|
//以子类table为准
|
|
|
|
|
|
|
|
@javax.persistence.Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)
|
|
|
|
|
|
|
|
@JsonInclude(value = JsonInclude.Include.NON_EMPTY) //""或null属性不参加序列转换
|
|
|
|
|
|
|
|
public class WmsOrderDetailsModel extends BaseBean {
|
|
|
|
public class WmsOrderDetailsModel extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "PART_NO")
|
|
|
|
@Column(name = "PART_NO")
|
|
|
|