|
|
@ -3,6 +3,7 @@ package com.elink.esua.epdc.dto.screen.form; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
/** |
|
|
|
* 大屏数据统计 定时任务入参 |
|
|
@ -17,6 +18,6 @@ public class ScreenProjectFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 统计时间 |
|
|
|
*/ |
|
|
|
private String yearMonthDay; |
|
|
|
private Date yearMonthDay; |
|
|
|
|
|
|
|
} |
|
|
|