1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||
package com.elink.esua.epdc.dto.epdc.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
import java.util.List; |
|||
|
|||
/** |
|||
* @author: qushutong |
|||
* @Date: 2019/9/11 17:10 |
|||
* @Description: banner列表 |
|||
*/ |
|||
@Data |
|||
public class EpdcBannerListByCategoryFromDTO extends EpdcBannerListFromDTO implements Serializable { |
|||
private static final long serialVersionUID = -6217459732932501695L; |
|||
|
|||
/** |
|||
* 新闻类别编码 |
|||
*/ |
|||
private List<String> categoryCodeList; |
|||
} |
Loading…
Reference in new issue