4 changed files with 9 additions and 21 deletions
@ -1,21 +0,0 @@ |
|||
package com.elink.esua.epdc.dto.analysis.pc.backstage.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author:liuchuang |
|||
* @Date:2021/8/26 15:50 |
|||
*/ |
|||
@Data |
|||
public class EpdcWorkStatusAnalysisFormDTO implements Serializable { |
|||
private static final long serialVersionUID = -674921463403947664L; |
|||
|
|||
private Long deptId; |
|||
|
|||
/** |
|||
* 统计日期类型:yesterday-昨天,lastWeek-上周,lastMonth-上个月 |
|||
*/ |
|||
private String dateType; |
|||
} |
Loading…
Reference in new issue