1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
package com.elink.esua.epdc.dto.result; |
|||
|
|||
import com.elink.esua.epdc.dto.DeptOption; |
|||
import lombok.Data; |
|||
|
|||
import java.util.List; |
|||
|
|||
/** |
|||
* @author songyunpeng |
|||
* @Description |
|||
* @create 2021-02-05 |
|||
*/ |
|||
@Data |
|||
public class EpdcAppWorkLogUserResult { |
|||
|
|||
|
|||
private DeptOption deptOption; |
|||
|
|||
private List<Long> deptIds; |
|||
} |
Loading…
Reference in new issue