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