Browse Source
# Conflicts: # epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/VolunteerInfoServiceImpl.java # epmet-user/epmet-user-client/src/main/java/com/epmet/feign/fallback/EpmetUserOpenFeignClientFallback.javamaster
16 changed files with 91 additions and 36 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Author zxc |
||||
|
* @DateTime 2021/12/31 10:22 上午 |
||||
|
* @DESC |
||||
|
*/ |
||||
|
@Data |
||||
|
public class SonOrgResultDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = -1046350929245852333L; |
||||
|
|
||||
|
private String orgId; |
||||
|
|
||||
|
private String pids; |
||||
|
} |
Loading…
Reference in new issue