1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
package com.elink.esua.epdc.dto.analysis.pc.backstage.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author:liuchuang |
|||
* @Date:2021/8/27 22:08 |
|||
*/ |
|||
@Data |
|||
public class EpdcWorkbenchExportFormDTO implements Serializable { |
|||
private static final long serialVersionUID = 1590315319035328972L; |
|||
|
|||
private Long deptId; |
|||
private String dateType; |
|||
} |
Loading…
Reference in new issue