fanli/src/main/java/com/yeshi/fanli/util/goods/douyin/vo/DYOrderFilter.java
@@ -50,6 +50,16 @@ **/ private Integer order_type; /** * pay-按照⽀付时 * 间查询特定时间范 * 围内的订单 * update-按照订单 * 更新时间查询特定 * 时间范围内的订单 **/ private String time_type; public Integer getSize() { return size; } @@ -97,4 +107,12 @@ public void setOrder_type(Integer order_type) { this.order_type = order_type; } public String getTime_type() { return time_type; } public void setTime_type(String time_type) { this.time_type = time_type; } }