5 changed files with 54 additions and 8 deletions
@ -0,0 +1,23 @@ |
|||
package com.elink.esua.epdc.volunteer; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @program: epdc-cloud-heart-yushan |
|||
* @description: |
|||
* @author: wangtong |
|||
* @create: 2021-09-28 10:43 |
|||
**/ |
|||
@Data |
|||
public class OrgDetailListResultDTO implements Serializable { |
|||
|
|||
private String id; |
|||
|
|||
private String headPic; |
|||
|
|||
private String title; |
|||
|
|||
private String actTime; |
|||
} |
@ -0,0 +1,23 @@ |
|||
package com.elink.esua.epdc.volunteer; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @program: epdc-cloud-heart-yushan |
|||
* @description: |
|||
* @author: wangtong |
|||
* @create: 2021-09-28 10:55 |
|||
**/ |
|||
@Data |
|||
public class VolunteerListResultDTO implements Serializable { |
|||
|
|||
private String id; |
|||
|
|||
private String faceImg; |
|||
|
|||
private String realName; |
|||
|
|||
private String deptName; |
|||
} |
Loading…
Reference in new issue