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/cloud/UserCloudGroup.java | 216 +++++++++++++++++++++++++++--------------------------- 1 files changed, 108 insertions(+), 108 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudGroup.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudGroup.java index 0ae7b96..b30d476 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudGroup.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudGroup.java @@ -1,108 +1,108 @@ -package com.yeshi.fanli.entity.bus.user.cloud; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * 鐢ㄦ埛浜戝彂鍗�-缇� - * - * @author Administrator - * - */ -@Table("yeshi_ec_user_cloud_group") -public class UserCloudGroup { - - public final static int TYPE_CIRCLE = 1; // 鏈嬪弸鍦� - public final static int TYPE_GROUP = 2; // 寰俊缇� - - @Column(name = "ucg_id") - private Long id; - - @Column(name = "ucg_uid") - private Long uid; - - @Column(name = "ucg_type") - private Integer type; - - @Column(name = "ucg_state") - private Boolean state; // 鐘舵�� - - @Column(name = "ucg_group_id") - private String groupId; // 缇d - - @Column(name = "ucg_group_name") - private String groupName; // 缇ゅ悕绉� - - @Column(name = "ucg_create_time") - private Date createTime; - - @Column(name = "ucg_update_time") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public Integer getType() { - return type; - } - - public void setType(Integer type) { - this.type = type; - } - - public Boolean getState() { - return state; - } - - public void setState(Boolean state) { - this.state = state; - } - - public String getGroupName() { - return groupName; - } - - public void setGroupName(String groupName) { - this.groupName = groupName; - } - - 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; - } - - public String getGroupId() { - return groupId; - } - - public void setGroupId(String groupId) { - this.groupId = groupId; - } - -} +package com.yeshi.fanli.entity.bus.user.cloud; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +/** + * 鐢ㄦ埛浜戝彂鍗�-缇� + * + * @author Administrator + * + */ +@Table("yeshi_ec_user_cloud_group") +public class UserCloudGroup { + + public final static int TYPE_CIRCLE = 1; // 鏈嬪弸鍦� + public final static int TYPE_GROUP = 2; // 寰俊缇� + + @Column(name = "ucg_id") + private Long id; + + @Column(name = "ucg_uid") + private Long uid; + + @Column(name = "ucg_type") + private Integer type; + + @Column(name = "ucg_state") + private Boolean state; // 鐘舵�� + + @Column(name = "ucg_group_id") + private String groupId; // 缇d + + @Column(name = "ucg_group_name") + private String groupName; // 缇ゅ悕绉� + + @Column(name = "ucg_create_time") + private Date createTime; + + @Column(name = "ucg_update_time") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + public Boolean getState() { + return state; + } + + public void setState(Boolean state) { + this.state = state; + } + + public String getGroupName() { + return groupName; + } + + public void setGroupName(String groupName) { + this.groupName = groupName; + } + + 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; + } + + public String getGroupId() { + return groupId; + } + + public void setGroupId(String groupId) { + this.groupId = groupId; + } + +} -- Gitblit v1.8.0