sunyuchao 3 years ago
parent
commit
6ac4e9b392
  1. 15
      epmet-module/epmet-heart/epmet-heart-client/src/main/java/com/epmet/dto/form/demand/ReportDemandFormDTO.java

15
epmet-module/epmet-heart/epmet-heart-client/src/main/java/com/epmet/dto/form/demand/ReportDemandFormDTO.java

@ -118,4 +118,19 @@ public class ReportDemandFormDTO implements Serializable {
*/
private String originId;
/**
* 服务方类型志愿者volunteer社会组织social_org社区自组织community_org区域党建单位party_unit
*/
private String serviceType;
/**
* 志愿者居民端爱心互助的志愿者userId
*/
private String serverId;
/**
* 服务方姓名
*/
private String serverName;
}

Loading…
Cancel
Save