1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
package com.elink.esua.epdc.dto.epdc.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @program: epdc-cloud-api-yushan |
|||
* @description: |
|||
* @author: wgf |
|||
* @create: 2021-10-14 09:31 |
|||
**/ |
|||
@Data |
|||
public class DeptIdByPidFormDTO implements Serializable { |
|||
|
|||
private String pid; |
|||
} |
Loading…
Reference in new issue