1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||
package com.elink.esua.epdc.dto; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 网格员事件管理定时任务入参 |
|||
* |
|||
* @Author:songyunpeng |
|||
* @Date:2021/03/02 10:30 |
|||
*/ |
|||
@Data |
|||
public class ScreenGridManagerParamDTO implements Serializable { |
|||
private static final long serialVersionUID = -8868143963953751575L; |
|||
|
|||
/** |
|||
* 网格员事件管理 |
|||
*/ |
|||
private String gridManagerUploadEvent; |
|||
|
|||
|
|||
|
|||
} |
Loading…
Reference in new issue