1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||
package com.elink.esua.epdc.dto.analysis.pc.backstage.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
import java.util.List; |
|||
|
|||
/** |
|||
* @Author:liuchuang |
|||
* @Date:2021/8/26 17:47 |
|||
*/ |
|||
@Data |
|||
public class EpdcWorkbenchSysDeptFormDTO implements Serializable { |
|||
private static final long serialVersionUID = -8375246144010736008L; |
|||
|
|||
/** |
|||
* 部门类型 |
|||
*/ |
|||
private String typeKey; |
|||
|
|||
/** |
|||
* 数据权限 |
|||
*/ |
|||
private List<Long> deptIdList; |
|||
} |
Loading…
Reference in new issue