From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/entity/order/TeamOrderStatistic.java | 202 +++++++++++++++++++++++++------------------------- 1 files changed, 101 insertions(+), 101 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/order/TeamOrderStatistic.java b/fanli/src/main/java/com/yeshi/fanli/entity/order/TeamOrderStatistic.java index 18eaff8..74c94d5 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/order/TeamOrderStatistic.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/order/TeamOrderStatistic.java @@ -1,101 +1,101 @@ -package com.yeshi.fanli.entity.order; - -import java.util.Date; - -import org.springframework.data.annotation.Id; -import org.springframework.data.mongodb.core.index.Indexed; -import org.springframework.data.mongodb.core.mapping.Document; -import org.springframework.data.mongodb.core.mapping.Field; - -/** - * 鍥㈤槦璁㈠崟缁熻 - * @author Administrator - * - */ - -@Document(collection = "teamOrderStatistic") -public class TeamOrderStatistic { - @Id - private String id; - @Field - @Indexed - private Long uid; - @Field - @Indexed - private Date day; - @Field - private Integer directOrderCount;// 鐩存帴璁㈠崟鏁� - @Field - private Integer inDirectOrderCount;// 闂存帴璁㈠崟鏁� - @Field - private Integer otherOrderCount;// 浜岀骇澶栬鍗� - @Field - private Date createTime;// 鍒涘缓鏃堕棿 - @Field - private Date updateTime;// 鏇存柊鏃堕棿 - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public Date getDay() { - return day; - } - - public void setDay(Date day) { - this.day = day; - } - - public Integer getDirectOrderCount() { - return directOrderCount; - } - - public void setDirectOrderCount(Integer directOrderCount) { - this.directOrderCount = directOrderCount; - } - - public Integer getInDirectOrderCount() { - return inDirectOrderCount; - } - - public void setInDirectOrderCount(Integer inDirectOrderCount) { - this.inDirectOrderCount = inDirectOrderCount; - } - - public Integer getOtherOrderCount() { - return otherOrderCount; - } - - public void setOtherOrderCount(Integer otherOrderCount) { - this.otherOrderCount = otherOrderCount; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Date getUpdateTime() { - return updateTime; - } - - public void setUpdateTime(Date updateTime) { - this.updateTime = updateTime; - } - -} +package com.yeshi.fanli.entity.order; + +import java.util.Date; + +import org.springframework.data.annotation.Id; +import org.springframework.data.mongodb.core.index.Indexed; +import org.springframework.data.mongodb.core.mapping.Document; +import org.springframework.data.mongodb.core.mapping.Field; + +/** + * 鍥㈤槦璁㈠崟缁熻 + * @author Administrator + * + */ + +@Document(collection = "teamOrderStatistic") +public class TeamOrderStatistic { + @Id + private String id; + @Field + @Indexed + private Long uid; + @Field + @Indexed + private Date day; + @Field + private Integer directOrderCount;// 鐩存帴璁㈠崟鏁� + @Field + private Integer inDirectOrderCount;// 闂存帴璁㈠崟鏁� + @Field + private Integer otherOrderCount;// 浜岀骇澶栬鍗� + @Field + private Date createTime;// 鍒涘缓鏃堕棿 + @Field + private Date updateTime;// 鏇存柊鏃堕棿 + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public Date getDay() { + return day; + } + + public void setDay(Date day) { + this.day = day; + } + + public Integer getDirectOrderCount() { + return directOrderCount; + } + + public void setDirectOrderCount(Integer directOrderCount) { + this.directOrderCount = directOrderCount; + } + + public Integer getInDirectOrderCount() { + return inDirectOrderCount; + } + + public void setInDirectOrderCount(Integer inDirectOrderCount) { + this.inDirectOrderCount = inDirectOrderCount; + } + + public Integer getOtherOrderCount() { + return otherOrderCount; + } + + public void setOtherOrderCount(Integer otherOrderCount) { + this.otherOrderCount = otherOrderCount; + } + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + + public Date getUpdateTime() { + return updateTime; + } + + public void setUpdateTime(Date updateTime) { + this.updateTime = updateTime; + } + +} -- Gitblit v1.8.0