package com.zhujizheng.IHome.useralbum.dto; import lombok.Data; /** * Created with IntelliJ IDEA *
* Author: yons * Date: 2019/09/22 * Time: 14:40 * Description: * Copyright © 2019年 com.zhujizheng. All rights reserved. */ @Data public class PYUserAlbumImgDTO { /** 用户ID **/ private Integer userId; /** 标签 **/ private String tag; /** 图片id **/ private Integer imgId; }