首页>代码>使用springboot+mybatis+bootstrap写的短网址生成项目>/shorturl/src/main/java/com/wjup/shorturl/entity/UrlEntity.java
package com.wjup.shorturl.entity;

import java.io.Serializable;

/**
 * Create by wjup on 2019/9/29 11:33
 */
public class UrlEntity implements Serializable {

    private String uuid;
    private String shortUrlId;
    private String longUrl;
    private String createTime;
    private String lastView;
    private String viewPwd;

    public String getViewPwd() {
        return viewPwd;
    }

    public void setViewPwd(String viewPwd) {
        this.viewPwd = viewPwd;
    }

    public String getShortUrlId() {
        return shortUrlId;
    }

    public void setShortUrlId(String shortUrlId) {
        this.shortUrlId = shortUrlId;
    }

    public String getCreateTime() {
        return createTime;
    }

    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }

    public String getUuid() {
        return uuid;
    }

    public void setUuid(String uuid) {
        this.uuid = uuid;
    }

    public String getLongUrl() {
        return longUrl;
    }

    public void setLongUrl(String longUrl) {
        this.longUrl = longUrl;
    }

    public String getLastView() {
        return lastView;
    }

    public void setLastView(String lastView) {
        this.lastView = lastView;
    }
}
最近下载更多
to6606687  LV1 2022年10月28日
龙门客栈  LV9 2021年12月17日
denliv_hui  LV13 2021年11月18日
Misshuang  LV13 2020年12月18日
xiaoche117  LV17 2020年4月27日
vaterz  LV25 2020年4月13日
houliukou  LV37 2020年1月31日
best2018  LV46 2020年1月14日
huihuian  LV2 2019年11月29日
黄小天  LV23 2019年11月18日
最近浏览更多
wolf521hf  LV6 2023年11月16日
微信网友_6658069491355648  LV2 2023年10月18日
漫步的海星  LV4 2023年9月21日
yohohero  LV1 2023年1月15日
lonny668  LV3 2022年12月12日
admin0108  LV9 2022年11月15日
to6606687  LV1 2022年10月28日
Weishenghui  LV7 2022年10月23日
微信网友_6130924632494080  LV1 2022年9月13日
wy4525  LV6 2022年8月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友