fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoOrder.java
@@ -75,6 +75,16 @@ private String adPositionName; // 广告位名称 @Column(name = "to_latest_updatetime") private Date latestUpdateTime;// 最近一次的更新时间 @Column(name = "to_orderby") private Integer orderBy;// 排序值 public Integer getOrderBy() { return orderBy; } public void setOrderBy(Integer orderBy) { this.orderBy = orderBy; } public Long getId() { return id;