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/bus/user/PreviewInfo.java | 198 ++++++++++++++++++++++++------------------------ 1 files changed, 99 insertions(+), 99 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/PreviewInfo.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/PreviewInfo.java index 1d41be6..1b04216 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/PreviewInfo.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/PreviewInfo.java @@ -1,99 +1,99 @@ -package com.yeshi.fanli.entity.bus.user; - -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 = "previewInfo ") -public class PreviewInfo { - - public enum PreviewEnum { - mineInfo("鎴戠殑椤甸潰棰勮"), - moneyInfo("璧勯噾淇℃伅"), - moneyArrival("璧勯噾鍒拌处"), - extractRecord("鎻愮幇璁板綍"); - - private String desc; - - private PreviewEnum(String desc) { - this.desc = desc; - } - - public String getDesc() { - return desc; - } - } - - @Id - private String id; - @Field - @Indexed - private Long uid; - @Field - private Long createUid; - @Field - @Indexed - private PreviewEnum type; // 绫诲瀷 - @Field - private String content; // json鍐呭 - @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 PreviewEnum getType() { - return type; - } - - public void setType(PreviewEnum type) { - this.type = type; - } - - public String getContent() { - return content; - } - - public void setContent(String content) { - this.content = content; - } - - public Date getUpdateTime() { - return updateTime; - } - - public void setUpdateTime(Date updateTime) { - this.updateTime = updateTime; - } - - public Long getCreateUid() { - return createUid; - } - - public void setCreateUid(Long createUid) { - this.createUid = createUid; - } - -} +package com.yeshi.fanli.entity.bus.user; + +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 = "previewInfo ") +public class PreviewInfo { + + public enum PreviewEnum { + mineInfo("鎴戠殑椤甸潰棰勮"), + moneyInfo("璧勯噾淇℃伅"), + moneyArrival("璧勯噾鍒拌处"), + extractRecord("鎻愮幇璁板綍"); + + private String desc; + + private PreviewEnum(String desc) { + this.desc = desc; + } + + public String getDesc() { + return desc; + } + } + + @Id + private String id; + @Field + @Indexed + private Long uid; + @Field + private Long createUid; + @Field + @Indexed + private PreviewEnum type; // 绫诲瀷 + @Field + private String content; // json鍐呭 + @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 PreviewEnum getType() { + return type; + } + + public void setType(PreviewEnum type) { + this.type = type; + } + + public String getContent() { + return content; + } + + public void setContent(String content) { + this.content = content; + } + + public Date getUpdateTime() { + return updateTime; + } + + public void setUpdateTime(Date updateTime) { + this.updateTime = updateTime; + } + + public Long getCreateUid() { + return createUid; + } + + public void setCreateUid(Long createUid) { + this.createUid = createUid; + } + +} -- Gitblit v1.8.0