| | |
| | | package com.lf.server.entity.ctrl; |
| | | |
| | | import com.lf.server.entity.all.AbstractPwdEntity; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | |
| | | * 请求下载实体类 |
| | | * @author WWW |
| | | */ |
| | | public class DownloadReqEntity implements Serializable { |
| | | public class DownloadReqEntity extends AbstractPwdEntity implements Serializable { |
| | | private static final long serialVersionUID = -8624235184539814997L; |
| | | |
| | | private String pwd; |
| | | |
| | | private String guid; |
| | | |
| | |
| | | private String dirs; |
| | | |
| | | public DownloadReqEntity() { |
| | | } |
| | | |
| | | public String getPwd() { |
| | | return pwd; |
| | | } |
| | | |
| | | public void setPwd(String pwd) { |
| | | this.pwd = pwd; |
| | | } |
| | | |
| | | public String getGuid() { |