4 changed files with 32 additions and 6 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
import lombok.NoArgsConstructor; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Description 大屏 返回 |
||||
|
* @Author lc |
||||
|
* @Date |
||||
|
*/ |
||||
|
@NoArgsConstructor |
||||
|
@Data |
||||
|
public class ScreenAgencyResultDTO implements Serializable { |
||||
|
private static final long serialVersionUID = -1098032063828430218L; |
||||
|
private String id; |
||||
|
private String level; |
||||
|
private String name; |
||||
|
} |
Loading…
Reference in new issue