2 changed files with 21 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
package com.elink.esua.epdc.dto.epdc.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author:liuchuang |
|||
* @Date:2021/11/4 14:25 |
|||
*/ |
|||
@Data |
|||
public class EpdcParentIdFormDTO implements Serializable { |
|||
|
|||
private Long deptId; |
|||
|
|||
private String[] typeKeys; |
|||
} |
Loading…
Reference in new issue